Html Css Color HEX #FB3742 Radical Red

📋 copy color: '#FB3742'

red 251 ◦ green 55 ◦ blue 66

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

Shades of Radical Red #FB3742

Tints of Radical Red #FB3742

RGB

 RED value IS 251 (98.44% from 255) = 67.47%

 GREEN value IS 55 (21.88% from 255) = 14.78%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 67.47%
G = 14.78%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB3742 (or 0xFB3742) is known color: Radical Red. HEX triplet: FB, 37 and 42. RGB value is (251,55,66). Sum of RGB (Red+Green+Blue) = 251+55+66=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3742 is #04C8BD. Grayscale: #737373. Windows color (decimal): -313534 or 4339707. OLE color: 4339707.

HSL color Cylindrical-coordinate representation of color #FB3742: hue angle of 356.63º degrees, saturation: 0.96, 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 #FB3742 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 55 66 -
CMYK 0 0.78 0.74 0.02
HSL 356.63º 0.96% 0.6% -
HSV(B) 356.63º 0.78% 0.98% -
XYZ 42.13 23.63 7.5 -
YUV 114.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 251 55 66 0 0.78 0.74 0.02 356.63 0.96 0.6
Hex FB 37 42 0 4E 4A 2 165 60 3C
Octal 373 67 102 0 116 112 2 545 140 74
Binary 11111011 110111 1000010 0 1001110 1001010 10 101100101 1100000 111100

Color Harmonies of #FB3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3742

Black with #FB3742

Text Example


Text Example

White with #FB3742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3742; }

 p { color: rgb(251,55,66); }

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

background-color css

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

 a { background-color: rgb(251,55,66); }

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

border-color css

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

 span { border-color: rgb(251,55,66); }

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