Html Css Color HEX #F985F2 Violet

📋 copy color: '#F985F2'

red 249 ◦ green 133 ◦ blue 242

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

Shades of Violet #F985F2

Tints of Violet #F985F2

RGB

 RED value IS 249 (97.66% from 255) = 39.9%

 GREEN value IS 133 (52.34% from 255) = 21.31%

 BLUE value IS 242 (94.92% from 255) = 38.78%

R = 39.9%
G = 21.31%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F985F2 (or 0xF985F2) is known color: Violet. HEX triplet: F9, 85 and F2. RGB value is (249,133,242). Sum of RGB (Red+Green+Blue) = 249+133+242=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 133 (52.34% from 255 or 21.31% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F985F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F985F2 is #067A0D. Grayscale: #B3B3B3. Windows color (decimal): -424462 or 15894009. OLE color: 15894009.

HSL color Cylindrical-coordinate representation of color #F985F2: hue angle of 303.62º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F985F2 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 133 242 -
CMYK 0 0.47 0.03 0.02
HSL 303.62º 0.91% 0.75% -
HSV(B) 303.62º 0.47% 0.98% -
XYZ 63.48 43.33 89.02 -
YUV 180.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 249 133 242 0 0.47 0.03 0.02 303.62 0.91 0.75
Hex F9 85 F2 0 2F 3 2 130 5B 4B
Octal 371 205 362 0 57 3 2 460 133 113
Binary 11111001 10000101 11110010 0 101111 11 10 100110000 1011011 1001011

Color Harmonies of #F985F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985F2

Black with #F985F2

Text Example


Text Example

White with #F985F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985F2; }

 p { color: rgb(249,133,242); }

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

background-color css

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

 a { background-color: rgb(249,133,242); }

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

border-color css

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

 span { border-color: rgb(249,133,242); }

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