Html Css Color HEX #FA3866 Radical Red

📋 copy color: '#FA3866'

red 250 ◦ green 56 ◦ blue 102

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

Shades of Radical Red #FA3866

Tints of Radical Red #FA3866

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.73%

 BLUE value IS 102 (40.23% from 255) = 25%

R = 61.27%
G = 13.73%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA3866 (or 0xFA3866) is known color: Radical Red. HEX triplet: FA, 38 and 66. RGB value is (250,56,102). Sum of RGB (Red+Green+Blue) = 250+56+102=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3866 is #05C799. Grayscale: #777777. Windows color (decimal): -378778 or 6699258. OLE color: 6699258.

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

Color convert

RGB 250 56 102 -
CMYK 0 0.78 0.59 0.02
HSL 345.77º 0.95% 0.6% -
HSV(B) 345.77º 0.78% 0.98% -
XYZ 43.24 24.11 14.95 -
YUV 119.25 118.27 221.26 -
System Red Green Blue C M Y K H S L
Decimal 250 56 102 0 0.78 0.59 0.02 345.77 0.95 0.6
Hex FA 38 66 0 4E 3B 2 15A 5F 3C
Octal 372 70 146 0 116 73 2 532 137 74
Binary 11111010 111000 1100110 0 1001110 111011 10 101011010 1011111 111100

Color Harmonies of #FA3866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3866

Black with #FA3866

Text Example


Text Example

White with #FA3866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3866; }

 p { color: rgb(250,56,102); }

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

background-color css

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

 a { background-color: rgb(250,56,102); }

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

border-color css

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

 span { border-color: rgb(250,56,102); }

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