Html Css Color HEX #FB306E Radical Red

📋 copy color: '#FB306E'

red 251 ◦ green 48 ◦ blue 110

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

Shades of Radical Red #FB306E

Tints of Radical Red #FB306E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.74%

 BLUE value IS 110 (43.36% from 255) = 26.89%

R = 61.37%
G = 11.74%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB306E (or 0xFB306E) is known color: Radical Red. HEX triplet: FB, 30 and 6E. RGB value is (251,48,110). Sum of RGB (Red+Green+Blue) = 251+48+110=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB306E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB306E is #04CF91. Grayscale: #737373. Windows color (decimal): -315282 or 7221499. OLE color: 7221499.

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

Color convert

RGB 251 48 110 -
CMYK 0 0.81 0.56 0.02
HSL 341.67º 0.96% 0.59% -
HSV(B) 341.67º 0.81% 0.98% -
XYZ 43.66 23.75 17.03 -
YUV 115.77 124.75 224.46 -
System Red Green Blue C M Y K H S L
Decimal 251 48 110 0 0.81 0.56 0.02 341.67 0.96 0.59
Hex FB 30 6E 0 51 38 2 156 60 3B
Octal 373 60 156 0 121 70 2 526 140 73
Binary 11111011 110000 1101110 0 1010001 111000 10 101010110 1100000 111011

Color Harmonies of #FB306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB306E

Black with #FB306E

Text Example


Text Example

White with #FB306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB306E; }

 p { color: rgb(251,48,110); }

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

background-color css

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

 a { background-color: rgb(251,48,110); }

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

border-color css

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

 span { border-color: rgb(251,48,110); }

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