Html Css Color HEX #F295CD Shocking

📋 copy color: '#F295CD'

red 242 ◦ green 149 ◦ blue 205

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

Shades of Shocking #F295CD

Tints of Shocking #F295CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.4%

R = 40.6%
G = 25%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F295CD (or 0xF295CD) is known color: Shocking. HEX triplet: F2, 95 and CD. RGB value is (242,149,205). Sum of RGB (Red+Green+Blue) = 242+149+205=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F295CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295CD is #0D6A32. Grayscale: #B7B7B7. Windows color (decimal): -879155 or 13473266. OLE color: 13473266.

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

Color convert

RGB 242 149 205 -
CMYK 0 0.38 0.15 0.05
HSL 323.87º 0.78% 0.77% -
HSV(B) 323.87º 0.38% 0.95% -
XYZ 58.38 44.78 63.32 -
YUV 183.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 242 149 205 0 0.38 0.15 0.05 323.87 0.78 0.77
Hex F2 95 CD 0 26 F 5 144 4E 4D
Octal 362 225 315 0 46 17 5 504 116 115
Binary 11110010 10010101 11001101 0 100110 1111 101 101000100 1001110 1001101

Color Harmonies of #F295CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295CD

Black with #F295CD

Text Example


Text Example

White with #F295CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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