Html Css Color HEX #F095CD Shocking

📋 copy color: '#F095CD'

red 240 ◦ green 149 ◦ blue 205

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

Shades of Shocking #F095CD

Tints of Shocking #F095CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.51%

R = 40.4%
G = 25.08%
B = 34.51%

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

#F095CD (or 0xF095CD) is known color: Shocking. HEX triplet: F0, 95 and CD. RGB value is (240,149,205). Sum of RGB (Red+Green+Blue) = 240+149+205=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F095CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095CD is #0F6A32. Grayscale: #B6B6B6. Windows color (decimal): -1010227 or 13473264. OLE color: 13473264.

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

Color convert

RGB 240 149 205 -
CMYK 0 0.38 0.15 0.06
HSL 323.08º 0.75% 0.76% -
HSV(B) 323.08º 0.38% 0.94% -
XYZ 57.7 44.43 63.29 -
YUV 182.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 240 149 205 0 0.38 0.15 0.06 323.08 0.75 0.76
Hex F0 95 CD 0 26 F 6 143 4B 4C
Octal 360 225 315 0 46 17 6 503 113 114
Binary 11110000 10010101 11001101 0 100110 1111 110 101000011 1001011 1001100

Color Harmonies of #F095CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095CD

Black with #F095CD

Text Example


Text Example

White with #F095CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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