Html Css Color HEX #FA265C Radical Red

📋 copy color: '#FA265C'

red 250 ◦ green 38 ◦ blue 92

#FA265C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FA265C

Tints of Radical Red #FA265C

RGB

 RED value IS 250 (98.05% from 255) = 65.79%

 GREEN value IS 38 (15.23% from 255) = 10%

 BLUE value IS 92 (36.33% from 255) = 24.21%

R = 65.79%
G = 10%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA265C (or 0xFA265C) is known color: Radical Red. HEX triplet: FA, 26 and 5C. RGB value is (250,38,92). Sum of RGB (Red+Green+Blue) = 250+38+92=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA265C is #05D9A3. Grayscale: #6B6B6B. Windows color (decimal): -383396 or 6039290. OLE color: 6039290.

HSL color Cylindrical-coordinate representation of color #FA265C: hue angle of 344.72º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA265C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 38 92 -
CMYK 0 0.85 0.63 0.02
HSL 344.72º 0.95% 0.56% -
HSV(B) 344.72º 0.85% 0.98% -
XYZ 42.05 22.48 12.25 -
YUV 107.54 119.24 229.61 -
System Red Green Blue C M Y K H S L
Decimal 250 38 92 0 0.85 0.63 0.02 344.72 0.95 0.56
Hex FA 26 5C 0 55 3F 2 159 5F 38
Octal 372 46 134 0 125 77 2 531 137 70
Binary 11111010 100110 1011100 0 1010101 111111 10 101011001 1011111 111000

Color Harmonies of #FA265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA265C

Black with #FA265C

Text Example


Text Example

White with #FA265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA265C; }

 p { color: rgb(250,38,92); }

 H1.HeaderClassName
 {
   color: #FA265C;
 }
 .AnyTagClassName
 {
   color: #FA265C;
 }
</style>

background-color css

<style>
 a { background-color: #FA265C; }

 a { background-color: rgb(250,38,92); }

 div.DivClassName
 {
   background-color: #FA265C;
 }
 .BgClassName
 {
   background-color: #FA265C;
 }
</style>

border-color css

<style>
 span { border-color: #FA265C; }

 span { border-color: rgb(250,38,92); }

 td.TdClassName
 {
   border-color: #FA265C;
 }
 .TagClassName
 {
   border-color: #FA265C;
 }
</style>