Html Css Color HEX #F295B7 Illusion

📋 copy color: '#F295B7'

red 242 ◦ green 149 ◦ blue 183

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

Shades of Illusion #F295B7

Tints of Illusion #F295B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.88%

R = 42.16%
G = 25.96%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F295B7 (or 0xF295B7) is known color: Illusion. HEX triplet: F2, 95 and B7. RGB value is (242,149,183). Sum of RGB (Red+Green+Blue) = 242+149+183=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F295B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295B7 is #0D6A48. Grayscale: #B4B4B4. Windows color (decimal): -879177 or 12031474. OLE color: 12031474.

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

Color convert

RGB 242 149 183 -
CMYK 0 0.38 0.24 0.05
HSL 338.06º 0.78% 0.77% -
HSV(B) 338.06º 0.38% 0.95% -
XYZ 55.91 43.79 50.31 -
YUV 180.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 242 149 183 0 0.38 0.24 0.05 338.06 0.78 0.77
Hex F2 95 B7 0 26 18 5 152 4E 4D
Octal 362 225 267 0 46 30 5 522 116 115
Binary 11110010 10010101 10110111 0 100110 11000 101 101010010 1001110 1001101

Color Harmonies of #F295B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295B7

Black with #F295B7

Text Example


Text Example

White with #F295B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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