Html Css Color HEX #F295BB Shocking

📋 copy color: '#F295BB'

red 242 ◦ green 149 ◦ blue 187

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

Shades of Shocking #F295BB

Tints of Shocking #F295BB

RGB

 RED value IS 242 (94.92% from 255) = 41.87%

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

 BLUE value IS 187 (73.44% from 255) = 32.35%

R = 41.87%
G = 25.78%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F295BB (or 0xF295BB) is known color: Shocking. HEX triplet: F2, 95 and BB. RGB value is (242,149,187). Sum of RGB (Red+Green+Blue) = 242+149+187=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F295BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295BB is #0D6A44. Grayscale: #B5B5B5. Windows color (decimal): -879173 or 12293618. OLE color: 12293618.

HSL color Cylindrical-coordinate representation of color #F295BB: hue angle of 335.48º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295BB is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 149 187 -
CMYK 0 0.38 0.23 0.05
HSL 335.48º 0.78% 0.77% -
HSV(B) 335.48º 0.38% 0.95% -
XYZ 56.34 43.96 52.53 -
YUV 181.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 242 149 187 0 0.38 0.23 0.05 335.48 0.78 0.77
Hex F2 95 BB 0 26 17 5 14F 4E 4D
Octal 362 225 273 0 46 27 5 517 116 115
Binary 11110010 10010101 10111011 0 100110 10111 101 101001111 1001110 1001101

Color Harmonies of #F295BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295BB

Black with #F295BB

Text Example


Text Example

White with #F295BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295BB; }

 p { color: rgb(242,149,187); }

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

background-color css

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

 a { background-color: rgb(242,149,187); }

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

border-color css

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

 span { border-color: rgb(242,149,187); }

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