Html Css Color HEX #F094C2 Shocking

📋 copy color: '#F094C2'

red 240 ◦ green 148 ◦ blue 194

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

Shades of Shocking #F094C2

Tints of Shocking #F094C2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.43%

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

R = 41.24%
G = 25.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F094C2 (or 0xF094C2) is known color: Shocking. HEX triplet: F0, 94 and C2. RGB value is (240,148,194). Sum of RGB (Red+Green+Blue) = 240+148+194=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F094C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094C2 is #0F6B3D. Grayscale: #B4B4B4. Windows color (decimal): -1010494 or 12752112. OLE color: 12752112.

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

Color convert

RGB 240 148 194 -
CMYK 0 0.38 0.19 0.06
HSL 330º 0.75% 0.76% -
HSV(B) 330º 0.38% 0.94% -
XYZ 56.26 43.6 56.49 -
YUV 180.75 135.48 170.26 -
System Red Green Blue C M Y K H S L
Decimal 240 148 194 0 0.38 0.19 0.06 330 0.75 0.76
Hex F0 94 C2 0 26 13 6 14A 4B 4C
Octal 360 224 302 0 46 23 6 512 113 114
Binary 11110000 10010100 11000010 0 100110 10011 110 101001010 1001011 1001100

Color Harmonies of #F094C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F094C2

Black with #F094C2

Text Example


Text Example

White with #F094C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F094C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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