Html Css Color HEX #F295C8 Shocking

📋 copy color: '#F295C8'

red 242 ◦ green 149 ◦ blue 200

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

Shades of Shocking #F295C8

Tints of Shocking #F295C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.84%

R = 40.95%
G = 25.21%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F295C8 (or 0xF295C8) is known color: Shocking. HEX triplet: F2, 95 and C8. RGB value is (242,149,200). Sum of RGB (Red+Green+Blue) = 242+149+200=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F295C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295C8 is #0D6A37. Grayscale: #B6B6B6. Windows color (decimal): -879160 or 13145586. OLE color: 13145586.

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

Color convert

RGB 242 149 200 -
CMYK 0 0.38 0.17 0.05
HSL 327.1º 0.78% 0.77% -
HSV(B) 327.1º 0.38% 0.95% -
XYZ 57.79 44.54 60.2 -
YUV 182.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 242 149 200 0 0.38 0.17 0.05 327.1 0.78 0.77
Hex F2 95 C8 0 26 11 5 147 4E 4D
Octal 362 225 310 0 46 21 5 507 116 115
Binary 11110010 10010101 11001000 0 100110 10001 101 101000111 1001110 1001101

Color Harmonies of #F295C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295C8

Black with #F295C8

Text Example


Text Example

White with #F295C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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