Html Css Color HEX #FB4370 Radical Red

📋 copy color: '#FB4370'

red 251 ◦ green 67 ◦ blue 112

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

Shades of Radical Red #FB4370

Tints of Radical Red #FB4370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.58%

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 58.37%
G = 15.58%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB4370 (or 0xFB4370) is known color: Radical Red. HEX triplet: FB, 43 and 70. RGB value is (251,67,112). Sum of RGB (Red+Green+Blue) = 251+67+112=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4370 is #04BC8F. Grayscale: #7F7F7F. Windows color (decimal): -310416 or 7357435. OLE color: 7357435.

HSL color Cylindrical-coordinate representation of color #FB4370: hue angle of 345.33º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4370 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 67 112 -
CMYK 0 0.73 0.55 0.02
HSL 345.33º 0.96% 0.62% -
HSV(B) 345.33º 0.73% 0.98% -
XYZ 44.72 25.69 17.93 -
YUV 127.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 251 67 112 0 0.73 0.55 0.02 345.33 0.96 0.62
Hex FB 43 70 0 49 37 2 159 60 3E
Octal 373 103 160 0 111 67 2 531 140 76
Binary 11111011 1000011 1110000 0 1001001 110111 10 101011001 1100000 111110

Color Harmonies of #FB4370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4370

Black with #FB4370

Text Example


Text Example

White with #FB4370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4370; }

 p { color: rgb(251,67,112); }

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

background-color css

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

 a { background-color: rgb(251,67,112); }

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

border-color css

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

 span { border-color: rgb(251,67,112); }

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