Html Css Color HEX #FB3474 Radical Red

📋 copy color: '#FB3474'

red 251 ◦ green 52 ◦ blue 116

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

Shades of Radical Red #FB3474

Tints of Radical Red #FB3474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.41%

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

R = 59.9%
G = 12.41%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB3474 (or 0xFB3474) is known color: Radical Red. HEX triplet: FB, 34 and 74. RGB value is (251,52,116). Sum of RGB (Red+Green+Blue) = 251+52+116=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3474 is #04CB8B. Grayscale: #767676. Windows color (decimal): -314252 or 7615739. OLE color: 7615739.

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

Color convert

RGB 251 52 116 -
CMYK 0 0.79 0.54 0.02
HSL 340.7º 0.96% 0.59% -
HSV(B) 340.7º 0.79% 0.98% -
XYZ 44.16 24.23 18.87 -
YUV 118.8 126.43 222.3 -
System Red Green Blue C M Y K H S L
Decimal 251 52 116 0 0.79 0.54 0.02 340.7 0.96 0.59
Hex FB 34 74 0 4F 36 2 155 60 3B
Octal 373 64 164 0 117 66 2 525 140 73
Binary 11111011 110100 1110100 0 1001111 110110 10 101010101 1100000 111011

Color Harmonies of #FB3474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3474

Black with #FB3474

Text Example


Text Example

White with #FB3474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3474; }

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

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

background-color css

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

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

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

border-color css

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

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

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