Html Css Color HEX #F93B4A Radical Red

📋 copy color: '#F93B4A'

red 249 ◦ green 59 ◦ blue 74

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

Shades of Radical Red #F93B4A

Tints of Radical Red #F93B4A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.45%

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 65.18%
G = 15.45%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F93B4A (or 0xF93B4A) is known color: Radical Red. HEX triplet: F9, 3B and 4A. RGB value is (249,59,74). Sum of RGB (Red+Green+Blue) = 249+59+74=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93B4A is #06C4B5. Grayscale: #757575. Windows color (decimal): -443574 or 4865017. OLE color: 4865017.

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

Color convert

RGB 249 59 74 -
CMYK 0 0.76 0.70 0.02
HSL 355.26º 0.94% 0.6% -
HSV(B) 355.26º 0.76% 0.98% -
XYZ 41.87 23.76 8.86 -
YUV 117.52 103.45 221.78 -
System Red Green Blue C M Y K H S L
Decimal 249 59 74 0 0.76 0.70 0.02 355.26 0.94 0.6
Hex F9 3B 4A 0 4C 46 2 163 5E 3C
Octal 371 73 112 0 114 106 2 543 136 74
Binary 11111001 111011 1001010 0 1001100 1000110 10 101100011 1011110 111100

Color Harmonies of #F93B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93B4A

Black with #F93B4A

Text Example


Text Example

White with #F93B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93B4A; }

 p { color: rgb(249,59,74); }

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

background-color css

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

 a { background-color: rgb(249,59,74); }

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

border-color css

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

 span { border-color: rgb(249,59,74); }

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