Html Css Color HEX #FB2B74 Radical Red

📋 copy color: '#FB2B74'

red 251 ◦ green 43 ◦ blue 116

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

Shades of Radical Red #FB2B74

Tints of Radical Red #FB2B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.49%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 61.22%
G = 10.49%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB2B74 (or 0xFB2B74) is known color: Radical Red. HEX triplet: FB, 2B and 74. RGB value is (251,43,116). Sum of RGB (Red+Green+Blue) = 251+43+116=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2B74 is #04D48B. Grayscale: #717171. Windows color (decimal): -316556 or 7613435. OLE color: 7613435.

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

Color convert

RGB 251 43 116 -
CMYK 0 0.83 0.54 0.02
HSL 338.94º 0.96% 0.58% -
HSV(B) 338.94º 0.83% 0.98% -
XYZ 43.8 23.5 18.75 -
YUV 113.51 129.41 226.06 -
System Red Green Blue C M Y K H S L
Decimal 251 43 116 0 0.83 0.54 0.02 338.94 0.96 0.58
Hex FB 2B 74 0 53 36 2 153 60 3A
Octal 373 53 164 0 123 66 2 523 140 72
Binary 11111011 101011 1110100 0 1010011 110110 10 101010011 1100000 111010

Color Harmonies of #FB2B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B74

Black with #FB2B74

Text Example


Text Example

White with #FB2B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B74; }

 p { color: rgb(251,43,116); }

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

background-color css

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

 a { background-color: rgb(251,43,116); }

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

border-color css

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

 span { border-color: rgb(251,43,116); }

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