Html Css Color HEX #F94068 Radical Red

📋 copy color: '#F94068'

red 249 ◦ green 64 ◦ blue 104

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

Shades of Radical Red #F94068

Tints of Radical Red #F94068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.35%

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

R = 59.71%
G = 15.35%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F94068 (or 0xF94068) is known color: Radical Red. HEX triplet: F9, 40 and 68. RGB value is (249,64,104). Sum of RGB (Red+Green+Blue) = 249+64+104=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F94068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94068 is #06BF97. Grayscale: #7B7B7B. Windows color (decimal): -442264 or 6832377. OLE color: 6832377.

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

Color convert

RGB 249 64 104 -
CMYK 0 0.74 0.58 0.02
HSL 347.03º 0.94% 0.61% -
HSV(B) 347.03º 0.74% 0.98% -
XYZ 43.4 24.81 15.6 -
YUV 123.88 116.79 217.25 -
System Red Green Blue C M Y K H S L
Decimal 249 64 104 0 0.74 0.58 0.02 347.03 0.94 0.61
Hex F9 40 68 0 4A 3A 2 15B 5E 3D
Octal 371 100 150 0 112 72 2 533 136 75
Binary 11111001 1000000 1101000 0 1001010 111010 10 101011011 1011110 111101

Color Harmonies of #F94068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94068

Black with #F94068

Text Example


Text Example

White with #F94068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94068; }

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

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

background-color css

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

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

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

border-color css

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

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

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