Html Css Color HEX #F94463 Radical Red

📋 copy color: '#F94463'

red 249 ◦ green 68 ◦ blue 99

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

Shades of Radical Red #F94463

Tints of Radical Red #F94463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.35%

 BLUE value IS 99 (39.06% from 255) = 23.8%

R = 59.86%
G = 16.35%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F94463 (or 0xF94463) is known color: Radical Red. HEX triplet: F9, 44 and 63. RGB value is (249,68,99). Sum of RGB (Red+Green+Blue) = 249+68+99=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F94463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94463 is #06BB9C. Grayscale: #7D7D7D. Windows color (decimal): -441245 or 6505721. OLE color: 6505721.

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

Color convert

RGB 249 68 99 -
CMYK 0 0.73 0.60 0.02
HSL 349.72º 0.94% 0.62% -
HSV(B) 349.72º 0.73% 0.98% -
XYZ 43.39 25.17 14.38 -
YUV 125.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 249 68 99 0 0.73 0.60 0.02 349.72 0.94 0.62
Hex F9 44 63 0 49 3C 2 15E 5E 3E
Octal 371 104 143 0 111 74 2 536 136 76
Binary 11111001 1000100 1100011 0 1001001 111100 10 101011110 1011110 111110

Color Harmonies of #F94463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94463

Black with #F94463

Text Example


Text Example

White with #F94463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94463; }

 p { color: rgb(249,68,99); }

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

background-color css

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

 a { background-color: rgb(249,68,99); }

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

border-color css

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

 span { border-color: rgb(249,68,99); }

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