Html Css Color HEX #FB2F67 Radical Red

📋 copy color: '#FB2F67'

red 251 ◦ green 47 ◦ blue 103

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

Shades of Radical Red #FB2F67

Tints of Radical Red #FB2F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.69%

R = 62.59%
G = 11.72%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB2F67 (or 0xFB2F67) is known color: Radical Red. HEX triplet: FB, 2F and 67. RGB value is (251,47,103). Sum of RGB (Red+Green+Blue) = 251+47+103=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F67 is #04D098. Grayscale: #727272. Windows color (decimal): -315545 or 6762491. OLE color: 6762491.

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

Color convert

RGB 251 47 103 -
CMYK 0 0.81 0.59 0.02
HSL 343.53º 0.96% 0.58% -
HSV(B) 343.53º 0.81% 0.98% -
XYZ 43.25 23.52 15.09 -
YUV 114.38 121.59 225.45 -
System Red Green Blue C M Y K H S L
Decimal 251 47 103 0 0.81 0.59 0.02 343.53 0.96 0.58
Hex FB 2F 67 0 51 3B 2 158 60 3A
Octal 373 57 147 0 121 73 2 530 140 72
Binary 11111011 101111 1100111 0 1010001 111011 10 101011000 1100000 111010

Color Harmonies of #FB2F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F67

Black with #FB2F67

Text Example


Text Example

White with #FB2F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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