Html Css Color HEX #F09AD0 Shocking

📋 copy color: '#F09AD0'

red 240 ◦ green 154 ◦ blue 208

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

Shades of Shocking #F09AD0

Tints of Shocking #F09AD0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.58%

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 39.87%
G = 25.58%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F09AD0 (or 0xF09AD0) is known color: Shocking. HEX triplet: F0, 9A and D0. RGB value is (240,154,208). Sum of RGB (Red+Green+Blue) = 240+154+208=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09AD0 is #0F652F. Grayscale: #B9B9B9. Windows color (decimal): -1008944 or 13671152. OLE color: 13671152.

HSL color Cylindrical-coordinate representation of color #F09AD0: hue angle of 322.33º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AD0 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 154 208 -
CMYK 0 0.36 0.13 0.06
HSL 322.33º 0.74% 0.77% -
HSV(B) 322.33º 0.36% 0.94% -
XYZ 58.88 46.19 65.49 -
YUV 185.87 140.49 166.61 -
System Red Green Blue C M Y K H S L
Decimal 240 154 208 0 0.36 0.13 0.06 322.33 0.74 0.77
Hex F0 9A D0 0 24 D 6 142 4A 4D
Octal 360 232 320 0 44 15 6 502 112 115
Binary 11110000 10011010 11010000 0 100100 1101 110 101000010 1001010 1001101

Color Harmonies of #F09AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09AD0

Black with #F09AD0

Text Example


Text Example

White with #F09AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09AD0; }

 p { color: rgb(240,154,208); }

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

background-color css

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

 a { background-color: rgb(240,154,208); }

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

border-color css

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

 span { border-color: rgb(240,154,208); }

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