Html Css Color HEX #F295C4 Shocking

📋 copy color: '#F295C4'

red 242 ◦ green 149 ◦ blue 196

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

Shades of Shocking #F295C4

Tints of Shocking #F295C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.39%

R = 41.23%
G = 25.38%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F295C4 (or 0xF295C4) is known color: Shocking. HEX triplet: F2, 95 and C4. RGB value is (242,149,196). Sum of RGB (Red+Green+Blue) = 242+149+196=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F295C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295C4 is #0D6A3B. Grayscale: #B6B6B6. Windows color (decimal): -879164 or 12883442. OLE color: 12883442.

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

Color convert

RGB 242 149 196 -
CMYK 0 0.38 0.19 0.05
HSL 329.68º 0.78% 0.77% -
HSV(B) 329.68º 0.38% 0.95% -
XYZ 57.33 44.36 57.76 -
YUV 182.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 242 149 196 0 0.38 0.19 0.05 329.68 0.78 0.77
Hex F2 95 C4 0 26 13 5 14A 4E 4D
Octal 362 225 304 0 46 23 5 512 116 115
Binary 11110010 10010101 11000100 0 100110 10011 101 101001010 1001110 1001101

Color Harmonies of #F295C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295C4

Black with #F295C4

Text Example


Text Example

White with #F295C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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