Html Css Color HEX #F18CED Violet

📋 copy color: '#F18CED'

red 241 ◦ green 140 ◦ blue 237

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

Shades of Violet #F18CED

Tints of Violet #F18CED

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.65%

 BLUE value IS 237 (92.97% from 255) = 38.35%

R = 39%
G = 22.65%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F18CED (or 0xF18CED) is known color: Violet. HEX triplet: F1, 8C and ED. RGB value is (241,140,237). Sum of RGB (Red+Green+Blue) = 241+140+237=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18CED is #0E7312. Grayscale: #B4B4B4. Windows color (decimal): -946963 or 15568113. OLE color: 15568113.

HSL color Cylindrical-coordinate representation of color #F18CED: hue angle of 302.38º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18CED is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 237 -
CMYK 0 0.42 0.02 0.05
HSL 302.38º 0.78% 0.75% -
HSV(B) 302.38º 0.42% 0.95% -
XYZ 60.94 43.57 85.32 -
YUV 181.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 241 140 237 0 0.42 0.02 0.05 302.38 0.78 0.75
Hex F1 8C ED 0 2A 2 5 12E 4E 4B
Octal 361 214 355 0 52 2 5 456 116 113
Binary 11110001 10001100 11101101 0 101010 10 101 100101110 1001110 1001011

Color Harmonies of #F18CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CED

Black with #F18CED

Text Example


Text Example

White with #F18CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CED; }

 p { color: rgb(241,140,237); }

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

background-color css

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

 a { background-color: rgb(241,140,237); }

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

border-color css

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

 span { border-color: rgb(241,140,237); }

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