Html Css Color HEX #F295FD Violet

📋 copy color: '#F295FD'

red 242 ◦ green 149 ◦ blue 253

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

Shades of Violet #F295FD

Tints of Violet #F295FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.29%

R = 37.58%
G = 23.14%
B = 39.29%

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

#F295FD (or 0xF295FD) is known color: Violet. HEX triplet: F2, 95 and FD. RGB value is (242,149,253). Sum of RGB (Red+Green+Blue) = 242+149+253=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 149 (58.59% from 255 or 23.14% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #F295FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295FD is #0D6A02. Grayscale: #BCBCBC. Windows color (decimal): -879107 or 16618994. OLE color: 16618994.

HSL color Cylindrical-coordinate representation of color #F295FD: hue angle of 293.65º degrees, saturation: 0.96, 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 #F295FD is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 149 253 -
CMYK 0.04 0.41 0 0.01
HSL 293.65º 0.96% 0.79% -
HSV(B) 293.65º 0.41% 0.99% -
XYZ 65.1 47.46 98.66 -
YUV 188.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 242 149 253 0.04 0.41 0 0.01 293.65 0.96 0.79
Hex F2 95 FD 4 29 0 1 126 60 4F
Octal 362 225 375 4 51 0 1 446 140 117
Binary 11110010 10010101 11111101 100 101001 0 1 100100110 1100000 1001111

Color Harmonies of #F295FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295FD

Black with #F295FD

Text Example


Text Example

White with #F295FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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