Html Css Color HEX #F92068 Radical Red

📋 copy color: '#F92068'

red 249 ◦ green 32 ◦ blue 104

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

Shades of Radical Red #F92068

Tints of Radical Red #F92068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.31%

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

R = 64.68%
G = 8.31%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F92068 (or 0xF92068) is known color: Radical Red. HEX triplet: F9, 20 and 68. RGB value is (249,32,104). Sum of RGB (Red+Green+Blue) = 249+32+104=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F92068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92068 is #06DF97. Grayscale: #696969. Windows color (decimal): -450456 or 6824185. OLE color: 6824185.

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

Color convert

RGB 249 32 104 -
CMYK 0 0.87 0.58 0.02
HSL 340.09º 0.95% 0.55% -
HSV(B) 340.09º 0.87% 0.98% -
XYZ 42.08 22.17 15.16 -
YUV 105.09 127.39 230.65 -
System Red Green Blue C M Y K H S L
Decimal 249 32 104 0 0.87 0.58 0.02 340.09 0.95 0.55
Hex F9 20 68 0 57 3A 2 154 5F 37
Octal 371 40 150 0 127 72 2 524 137 67
Binary 11111001 100000 1101000 0 1010111 111010 10 101010100 1011111 110111

Color Harmonies of #F92068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92068

Black with #F92068

Text Example


Text Example

White with #F92068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92068; }

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

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

background-color css

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

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

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

border-color css

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

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

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