Html Css Color HEX #F295B4 Illusion

📋 copy color: '#F295B4'

red 242 ◦ green 149 ◦ blue 180

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

Shades of Illusion #F295B4

Tints of Illusion #F295B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.52%

R = 42.38%
G = 26.09%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F295B4 (or 0xF295B4) is known color: Illusion. HEX triplet: F2, 95 and B4. RGB value is (242,149,180). Sum of RGB (Red+Green+Blue) = 242+149+180=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F295B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295B4 is #0D6A4B. Grayscale: #B4B4B4. Windows color (decimal): -879180 or 11834866. OLE color: 11834866.

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

Color convert

RGB 242 149 180 -
CMYK 0 0.38 0.26 0.05
HSL 340º 0.78% 0.77% -
HSV(B) 340º 0.38% 0.95% -
XYZ 55.6 43.67 48.68 -
YUV 180.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 242 149 180 0 0.38 0.26 0.05 340 0.78 0.77
Hex F2 95 B4 0 26 1A 5 154 4E 4D
Octal 362 225 264 0 46 32 5 524 116 115
Binary 11110010 10010101 10110100 0 100110 11010 101 101010100 1001110 1001101

Color Harmonies of #F295B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295B4

Black with #F295B4

Text Example


Text Example

White with #F295B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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