Html Css Color HEX #F095CC Shocking

📋 copy color: '#F095CC'

red 240 ◦ green 149 ◦ blue 204

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

Shades of Shocking #F095CC

Tints of Shocking #F095CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.13%

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 40.47%
G = 25.13%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F095CC (or 0xF095CC) is known color: Shocking. HEX triplet: F0, 95 and CC. RGB value is (240,149,204). Sum of RGB (Red+Green+Blue) = 240+149+204=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F095CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095CC is #0F6A33. Grayscale: #B6B6B6. Windows color (decimal): -1010228 or 13407728. OLE color: 13407728.

HSL color Cylindrical-coordinate representation of color #F095CC: hue angle of 323.74º 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 #F095CC is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 204 -
CMYK 0 0.38 0.15 0.06
HSL 323.74º 0.75% 0.76% -
HSV(B) 323.74º 0.38% 0.94% -
XYZ 57.58 44.38 62.66 -
YUV 182.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 240 149 204 0 0.38 0.15 0.06 323.74 0.75 0.76
Hex F0 95 CC 0 26 F 6 144 4B 4C
Octal 360 225 314 0 46 17 6 504 113 114
Binary 11110000 10010101 11001100 0 100110 1111 110 101000100 1001011 1001100

Color Harmonies of #F095CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095CC

Black with #F095CC

Text Example


Text Example

White with #F095CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095CC; }

 p { color: rgb(240,149,204); }

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

background-color css

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

 a { background-color: rgb(240,149,204); }

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

border-color css

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

 span { border-color: rgb(240,149,204); }

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