Html Css Color HEX #FB3F70 Radical Red

📋 copy color: '#FB3F70'

red 251 ◦ green 63 ◦ blue 112

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

Shades of Radical Red #FB3F70

Tints of Radical Red #FB3F70

RGB

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

 GREEN value IS 63 (25% from 255) = 14.79%

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

R = 58.92%
G = 14.79%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB3F70 (or 0xFB3F70) is known color: Radical Red. HEX triplet: FB, 3F and 70. RGB value is (251,63,112). Sum of RGB (Red+Green+Blue) = 251+63+112=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3F70 is #04C08F. Grayscale: #7C7C7C. Windows color (decimal): -311440 or 7356411. OLE color: 7356411.

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

Color convert

RGB 251 63 112 -
CMYK 0 0.75 0.55 0.02
HSL 344.36º 0.96% 0.62% -
HSV(B) 344.36º 0.75% 0.98% -
XYZ 44.49 25.23 17.86 -
YUV 124.8 120.78 218.02 -
System Red Green Blue C M Y K H S L
Decimal 251 63 112 0 0.75 0.55 0.02 344.36 0.96 0.62
Hex FB 3F 70 0 4B 37 2 158 60 3E
Octal 373 77 160 0 113 67 2 530 140 76
Binary 11111011 111111 1110000 0 1001011 110111 10 101011000 1100000 111110

Color Harmonies of #FB3F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3F70

Black with #FB3F70

Text Example


Text Example

White with #FB3F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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