Html Css Color HEX #FB2F63 Radical Red

📋 copy color: '#FB2F63'

red 251 ◦ green 47 ◦ blue 99

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

Shades of Radical Red #FB2F63

Tints of Radical Red #FB2F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.94%

R = 63.22%
G = 11.84%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FB2F63 (or 0xFB2F63) is known color: Radical Red. HEX triplet: FB, 2F and 63. RGB value is (251,47,99). Sum of RGB (Red+Green+Blue) = 251+47+99=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F63 is #04D09C. Grayscale: #717171. Windows color (decimal): -315549 or 6500347. OLE color: 6500347.

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

Color convert

RGB 251 47 99 -
CMYK 0 0.81 0.61 0.02
HSL 344.71º 0.96% 0.58% -
HSV(B) 344.71º 0.81% 0.98% -
XYZ 43.05 23.44 14.06 -
YUV 113.92 119.59 225.77 -
System Red Green Blue C M Y K H S L
Decimal 251 47 99 0 0.81 0.61 0.02 344.71 0.96 0.58
Hex FB 2F 63 0 51 3D 2 159 60 3A
Octal 373 57 143 0 121 75 2 531 140 72
Binary 11111011 101111 1100011 0 1010001 111101 10 101011001 1100000 111010

Color Harmonies of #FB2F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F63

Black with #FB2F63

Text Example


Text Example

White with #FB2F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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