Html Css Color HEX #F295FC Violet

📋 copy color: '#F295FC'

red 242 ◦ green 149 ◦ blue 252

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

Shades of Violet #F295FC

Tints of Violet #F295FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.19%

R = 37.64%
G = 23.17%
B = 39.19%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F295FC (or 0xF295FC) is known color: Violet. HEX triplet: F2, 95 and FC. RGB value is (242,149,252). Sum of RGB (Red+Green+Blue) = 242+149+252=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 149 (58.59% from 255 or 23.17% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #F295FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295FC is #0D6A03. Grayscale: #BCBCBC. Windows color (decimal): -879108 or 16553458. OLE color: 16553458.

HSL color Cylindrical-coordinate representation of color #F295FC: hue angle of 294.17º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F295FC is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 149 252 -
CMYK 0.04 0.41 0 0.01
HSL 294.17º 0.94% 0.79% -
HSV(B) 294.17º 0.41% 0.99% -
XYZ 64.94 47.4 97.82 -
YUV 188.55 163.81 166.12 -
System Red Green Blue C M Y K H S L
Decimal 242 149 252 0.04 0.41 0 0.01 294.17 0.94 0.79
Hex F2 95 FC 4 29 0 1 126 5E 4F
Octal 362 225 374 4 51 0 1 446 136 117
Binary 11110010 10010101 11111100 100 101001 0 1 100100110 1011110 1001111

Color Harmonies of #F295FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295FC

Black with #F295FC

Text Example


Text Example

White with #F295FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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