Html Css Color HEX #F09FC5 Shocking

📋 copy color: '#F09FC5'

red 240 ◦ green 159 ◦ blue 197

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

Shades of Shocking #F09FC5

Tints of Shocking #F09FC5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.68%

 BLUE value IS 197 (77.34% from 255) = 33.05%

R = 40.27%
G = 26.68%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F09FC5 (or 0xF09FC5) is known color: Shocking. HEX triplet: F0, 9F and C5. RGB value is (240,159,197). Sum of RGB (Red+Green+Blue) = 240+159+197=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FC5 is #0F603A. Grayscale: #BBBBBB. Windows color (decimal): -1007675 or 12951536. OLE color: 12951536.

HSL color Cylindrical-coordinate representation of color #F09FC5: hue angle of 331.85º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FC5 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 159 197 -
CMYK 0 0.34 0.18 0.06
HSL 331.85º 0.73% 0.78% -
HSV(B) 331.85º 0.34% 0.94% -
XYZ 58.41 47.35 58.88 -
YUV 187.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 240 159 197 0 0.34 0.18 0.06 331.85 0.73 0.78
Hex F0 9F C5 0 22 12 6 14C 49 4E
Octal 360 237 305 0 42 22 6 514 111 116
Binary 11110000 10011111 11000101 0 100010 10010 110 101001100 1001001 1001110

Color Harmonies of #F09FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09FC5

Black with #F09FC5

Text Example


Text Example

White with #F09FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09FC5; }

 p { color: rgb(240,159,197); }

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

background-color css

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

 a { background-color: rgb(240,159,197); }

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

border-color css

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

 span { border-color: rgb(240,159,197); }

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