Html Css Color HEX #FB1F74 Radical Red

📋 copy color: '#FB1F74'

red 251 ◦ green 31 ◦ blue 116

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

Shades of Radical Red #FB1F74

Tints of Radical Red #FB1F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.79%

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 63.07%
G = 7.79%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB1F74 (or 0xFB1F74) is known color: Radical Red. HEX triplet: FB, 1F and 74. RGB value is (251,31,116). Sum of RGB (Red+Green+Blue) = 251+31+116=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1F74 is #04E08B. Grayscale: #6A6A6A. Windows color (decimal): -319628 or 7610363. OLE color: 7610363.

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

Color convert

RGB 251 31 116 -
CMYK 0 0.88 0.54 0.02
HSL 336.82º 0.96% 0.55% -
HSV(B) 336.82º 0.88% 0.98% -
XYZ 43.43 22.75 18.63 -
YUV 106.47 133.39 231.09 -
System Red Green Blue C M Y K H S L
Decimal 251 31 116 0 0.88 0.54 0.02 336.82 0.96 0.55
Hex FB 1F 74 0 58 36 2 151 60 37
Octal 373 37 164 0 130 66 2 521 140 67
Binary 11111011 11111 1110100 0 1011000 110110 10 101010001 1100000 110111

Color Harmonies of #FB1F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F74

Black with #FB1F74

Text Example


Text Example

White with #FB1F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F74; }

 p { color: rgb(251,31,116); }

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

background-color css

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

 a { background-color: rgb(251,31,116); }

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

border-color css

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

 span { border-color: rgb(251,31,116); }

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