Html Css Color HEX #FB2F5F Radical Red

📋 copy color: '#FB2F5F'

red 251 ◦ green 47 ◦ blue 95

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

Shades of Radical Red #FB2F5F

Tints of Radical Red #FB2F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.17%

R = 63.87%
G = 11.96%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB2F5F (or 0xFB2F5F) is known color: Radical Red. HEX triplet: FB, 2F and 5F. RGB value is (251,47,95). Sum of RGB (Red+Green+Blue) = 251+47+95=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F5F is #04D0A0. Grayscale: #717171. Windows color (decimal): -315553 or 6238203. OLE color: 6238203.

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

Color convert

RGB 251 47 95 -
CMYK 0 0.81 0.62 0.02
HSL 345.88º 0.96% 0.58% -
HSV(B) 345.88º 0.81% 0.98% -
XYZ 42.87 23.37 13.08 -
YUV 113.47 117.59 226.1 -
System Red Green Blue C M Y K H S L
Decimal 251 47 95 0 0.81 0.62 0.02 345.88 0.96 0.58
Hex FB 2F 5F 0 51 3E 2 15A 60 3A
Octal 373 57 137 0 121 76 2 532 140 72
Binary 11111011 101111 1011111 0 1010001 111110 10 101011010 1100000 111010

Color Harmonies of #FB2F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F5F

Black with #FB2F5F

Text Example


Text Example

White with #FB2F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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