Html Css Color HEX #F093CB Shocking

📋 copy color: '#F093CB'

red 240 ◦ green 147 ◦ blue 203

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

Shades of Shocking #F093CB

Tints of Shocking #F093CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.92%

 BLUE value IS 203 (79.69% from 255) = 34.41%

R = 40.68%
G = 24.92%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F093CB (or 0xF093CB) is known color: Shocking. HEX triplet: F0, 93 and CB. RGB value is (240,147,203). Sum of RGB (Red+Green+Blue) = 240+147+203=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F093CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093CB is #0F6C34. Grayscale: #B5B5B5. Windows color (decimal): -1010741 or 13341680. OLE color: 13341680.

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

Color convert

RGB 240 147 203 -
CMYK 0 0.39 0.15 0.06
HSL 323.87º 0.76% 0.76% -
HSV(B) 323.87º 0.39% 0.94% -
XYZ 57.15 43.7 61.92 -
YUV 181.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 240 147 203 0 0.39 0.15 0.06 323.87 0.76 0.76
Hex F0 93 CB 0 27 F 6 144 4C 4C
Octal 360 223 313 0 47 17 6 504 114 114
Binary 11110000 10010011 11001011 0 100111 1111 110 101000100 1001100 1001100

Color Harmonies of #F093CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F093CB

Black with #F093CB

Text Example


Text Example

White with #F093CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F093CB; }

 p { color: rgb(240,147,203); }

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

background-color css

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

 a { background-color: rgb(240,147,203); }

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

border-color css

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

 span { border-color: rgb(240,147,203); }

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