Html Css Color HEX #F94768 Radical Red

📋 copy color: '#F94768'

red 249 ◦ green 71 ◦ blue 104

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

Shades of Radical Red #F94768

Tints of Radical Red #F94768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.75%

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 58.73%
G = 16.75%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F94768 (or 0xF94768) is known color: Radical Red. HEX triplet: F9, 47 and 68. RGB value is (249,71,104). Sum of RGB (Red+Green+Blue) = 249+71+104=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F94768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94768 is #06B897. Grayscale: #808080. Windows color (decimal): -440472 or 6834169. OLE color: 6834169.

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

Color convert

RGB 249 71 104 -
CMYK 0 0.71 0.58 0.02
HSL 348.88º 0.94% 0.63% -
HSV(B) 348.88º 0.71% 0.98% -
XYZ 43.82 25.65 15.74 -
YUV 127.98 114.47 214.32 -
System Red Green Blue C M Y K H S L
Decimal 249 71 104 0 0.71 0.58 0.02 348.88 0.94 0.63
Hex F9 47 68 0 47 3A 2 15D 5E 3F
Octal 371 107 150 0 107 72 2 535 136 77
Binary 11111001 1000111 1101000 0 1000111 111010 10 101011101 1011110 111111

Color Harmonies of #F94768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94768

Black with #F94768

Text Example


Text Example

White with #F94768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94768; }

 p { color: rgb(249,71,104); }

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

background-color css

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

 a { background-color: rgb(249,71,104); }

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

border-color css

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

 span { border-color: rgb(249,71,104); }

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