Html Css Color HEX #F090C2 Shocking

📋 copy color: '#F090C2'

red 240 ◦ green 144 ◦ blue 194

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

Shades of Shocking #F090C2

Tints of Shocking #F090C2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.91%

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

R = 41.52%
G = 24.91%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F090C2 (or 0xF090C2) is known color: Shocking. HEX triplet: F0, 90 and C2. RGB value is (240,144,194). Sum of RGB (Red+Green+Blue) = 240+144+194=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F090C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090C2 is #0F6F3D. Grayscale: #B2B2B2. Windows color (decimal): -1011518 or 12751088. OLE color: 12751088.

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

Color convert

RGB 240 144 194 -
CMYK 0 0.4 0.19 0.06
HSL 328.75º 0.76% 0.75% -
HSV(B) 328.75º 0.4% 0.94% -
XYZ 55.65 42.37 56.28 -
YUV 178.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 240 144 194 0 0.4 0.19 0.06 328.75 0.76 0.75
Hex F0 90 C2 0 28 13 6 149 4C 4B
Octal 360 220 302 0 50 23 6 511 114 113
Binary 11110000 10010000 11000010 0 101000 10011 110 101001001 1001100 1001011

Color Harmonies of #F090C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090C2

Black with #F090C2

Text Example


Text Example

White with #F090C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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