Html Css Color HEX #F9334B Radical Red

📋 copy color: '#F9334B'

red 249 ◦ green 51 ◦ blue 75

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

Shades of Radical Red #F9334B

Tints of Radical Red #F9334B

RGB

 RED value IS 249 (97.66% from 255) = 66.4%

 GREEN value IS 51 (20.31% from 255) = 13.6%

 BLUE value IS 75 (29.69% from 255) = 20%

R = 66.4%
G = 13.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9334B (or 0xF9334B) is known color: Radical Red. HEX triplet: F9, 33 and 4B. RGB value is (249,51,75). Sum of RGB (Red+Green+Blue) = 249+51+75=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9334B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9334B is #06CCB4. Grayscale: #717171. Windows color (decimal): -445621 or 4928505. OLE color: 4928505.

HSL color Cylindrical-coordinate representation of color #F9334B: hue angle of 352.73º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9334B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 51 75 -
CMYK 0 0.80 0.70 0.02
HSL 352.73º 0.94% 0.59% -
HSV(B) 352.73º 0.8% 0.98% -
XYZ 41.52 23.02 8.91 -
YUV 112.94 106.6 225.05 -
System Red Green Blue C M Y K H S L
Decimal 249 51 75 0 0.80 0.70 0.02 352.73 0.94 0.59
Hex F9 33 4B 0 50 46 2 161 5E 3B
Octal 371 63 113 0 120 106 2 541 136 73
Binary 11111001 110011 1001011 0 1010000 1000110 10 101100001 1011110 111011

Color Harmonies of #F9334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9334B

Black with #F9334B

Text Example


Text Example

White with #F9334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9334B; }

 p { color: rgb(249,51,75); }

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

background-color css

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

 a { background-color: rgb(249,51,75); }

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

border-color css

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

 span { border-color: rgb(249,51,75); }

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