Html Css Color HEX #F989F2 Violet

📋 copy color: '#F989F2'

red 249 ◦ green 137 ◦ blue 242

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

Shades of Violet #F989F2

Tints of Violet #F989F2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 21.82%

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

R = 39.65%
G = 21.82%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F989F2 (or 0xF989F2) is known color: Violet. HEX triplet: F9, 89 and F2. RGB value is (249,137,242). Sum of RGB (Red+Green+Blue) = 249+137+242=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 137 (53.91% from 255 or 21.82% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F989F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F989F2 is #06760D. Grayscale: #B6B6B6. Windows color (decimal): -423438 or 15895033. OLE color: 15895033.

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

Color convert

RGB 249 137 242 -
CMYK 0 0.45 0.03 0.02
HSL 303.75º 0.9% 0.76% -
HSV(B) 303.75º 0.45% 0.98% -
XYZ 64.04 44.44 89.21 -
YUV 182.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 249 137 242 0 0.45 0.03 0.02 303.75 0.9 0.76
Hex F9 89 F2 0 2D 3 2 130 5A 4C
Octal 371 211 362 0 55 3 2 460 132 114
Binary 11111001 10001001 11110010 0 101101 11 10 100110000 1011010 1001100

Color Harmonies of #F989F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F989F2

Black with #F989F2

Text Example


Text Example

White with #F989F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F989F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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