Html Css Color HEX #FB2F73 Radical Red

📋 copy color: '#FB2F73'

red 251 ◦ green 47 ◦ blue 115

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

Shades of Radical Red #FB2F73

Tints of Radical Red #FB2F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 60.77%
G = 11.38%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB2F73 (or 0xFB2F73) is known color: Radical Red. HEX triplet: FB, 2F and 73. RGB value is (251,47,115). Sum of RGB (Red+Green+Blue) = 251+47+115=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F73 is #04D08C. Grayscale: #737373. Windows color (decimal): -315533 or 7548923. OLE color: 7548923.

HSL color Cylindrical-coordinate representation of color #FB2F73: hue angle of 340º 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 #FB2F73 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 47 115 -
CMYK 0 0.81 0.54 0.02
HSL 340º 0.96% 0.58% -
HSV(B) 340º 0.81% 0.98% -
XYZ 43.89 23.78 18.5 -
YUV 115.75 127.59 224.47 -
System Red Green Blue C M Y K H S L
Decimal 251 47 115 0 0.81 0.54 0.02 340 0.96 0.58
Hex FB 2F 73 0 51 36 2 154 60 3A
Octal 373 57 163 0 121 66 2 524 140 72
Binary 11111011 101111 1110011 0 1010001 110110 10 101010100 1100000 111010

Color Harmonies of #FB2F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F73

Black with #FB2F73

Text Example


Text Example

White with #FB2F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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