Html Css Color HEX #F092C2 Shocking

📋 copy color: '#F092C2'

red 240 ◦ green 146 ◦ blue 194

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

Shades of Shocking #F092C2

Tints of Shocking #F092C2

RGB

 RED value IS 240 (94.14% from 255) = 41.38%

 GREEN value IS 146 (57.42% from 255) = 25.17%

 BLUE value IS 194 (76.17% from 255) = 33.45%

R = 41.38%
G = 25.17%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F092C2 (or 0xF092C2) is known color: Shocking. HEX triplet: F0, 92 and C2. RGB value is (240,146,194). Sum of RGB (Red+Green+Blue) = 240+146+194=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F092C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092C2 is #0F6D3D. Grayscale: #B3B3B3. Windows color (decimal): -1011006 or 12751600. OLE color: 12751600.

HSL color Cylindrical-coordinate representation of color #F092C2: hue angle of 329.36º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092C2 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 146 194 -
CMYK 0 0.39 0.19 0.06
HSL 329.36º 0.76% 0.76% -
HSV(B) 329.36º 0.39% 0.94% -
XYZ 55.95 42.98 56.39 -
YUV 179.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 240 146 194 0 0.39 0.19 0.06 329.36 0.76 0.76
Hex F0 92 C2 0 27 13 6 149 4C 4C
Octal 360 222 302 0 47 23 6 511 114 114
Binary 11110000 10010010 11000010 0 100111 10011 110 101001001 1001100 1001100

Color Harmonies of #F092C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F092C2

Black with #F092C2

Text Example


Text Example

White with #F092C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F092C2; }

 p { color: rgb(240,146,194); }

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

background-color css

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

 a { background-color: rgb(240,146,194); }

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

border-color css

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

 span { border-color: rgb(240,146,194); }

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