Html Css Color HEX #F17DEA Violet

📋 copy color: '#F17DEA'

red 241 ◦ green 125 ◦ blue 234

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

Shades of Violet #F17DEA

Tints of Violet #F17DEA

RGB

 RED value IS 241 (94.53% from 255) = 40.17%

 GREEN value IS 125 (49.22% from 255) = 20.83%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 40.17%
G = 20.83%
B = 39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F17DEA (or 0xF17DEA) is known color: Violet. HEX triplet: F1, 7D and EA. RGB value is (241,125,234). Sum of RGB (Red+Green+Blue) = 241+125+234=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DEA is #0E8215. Grayscale: #ABABAB. Windows color (decimal): -950806 or 15367665. OLE color: 15367665.

HSL color Cylindrical-coordinate representation of color #F17DEA: hue angle of 303.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17DEA is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 125 234 -
CMYK 0 0.48 0.03 0.05
HSL 303.62º 0.81% 0.72% -
HSV(B) 303.62º 0.48% 0.95% -
XYZ 58.46 39.31 82.35 -
YUV 172.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 241 125 234 0 0.48 0.03 0.05 303.62 0.81 0.72
Hex F1 7D EA 0 30 3 5 130 51 48
Octal 361 175 352 0 60 3 5 460 121 110
Binary 11110001 1111101 11101010 0 110000 11 101 100110000 1010001 1001000

Color Harmonies of #F17DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DEA

Black with #F17DEA

Text Example


Text Example

White with #F17DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DEA; }

 p { color: rgb(241,125,234); }

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

background-color css

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

 a { background-color: rgb(241,125,234); }

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

border-color css

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

 span { border-color: rgb(241,125,234); }

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