Html Css Color HEX #FB2F77 Radical Red

📋 copy color: '#FB2F77'

red 251 ◦ green 47 ◦ blue 119

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

Shades of Radical Red #FB2F77

Tints of Radical Red #FB2F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.27%

 BLUE value IS 119 (46.88% from 255) = 28.54%

R = 60.19%
G = 11.27%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB2F77 (or 0xFB2F77) is known color: Radical Red. HEX triplet: FB, 2F and 77. RGB value is (251,47,119). Sum of RGB (Red+Green+Blue) = 251+47+119=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F77 is #04D088. Grayscale: #747474. Windows color (decimal): -315529 or 7811067. OLE color: 7811067.

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

Color convert

RGB 251 47 119 -
CMYK 0 0.81 0.53 0.02
HSL 338.82º 0.96% 0.58% -
HSV(B) 338.82º 0.81% 0.98% -
XYZ 44.13 23.87 19.74 -
YUV 116.2 129.59 224.15 -
System Red Green Blue C M Y K H S L
Decimal 251 47 119 0 0.81 0.53 0.02 338.82 0.96 0.58
Hex FB 2F 77 0 51 35 2 153 60 3A
Octal 373 57 167 0 121 65 2 523 140 72
Binary 11111011 101111 1110111 0 1010001 110101 10 101010011 1100000 111010

Color Harmonies of #FB2F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F77

Black with #FB2F77

Text Example


Text Example

White with #FB2F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F77; }

 p { color: rgb(251,47,119); }

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

background-color css

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

 a { background-color: rgb(251,47,119); }

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

border-color css

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

 span { border-color: rgb(251,47,119); }

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