Html Css Color HEX #F2ABF5 Plum

📋 copy color: '#F2ABF5'

red 242 ◦ green 171 ◦ blue 245

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

Shades of Plum #F2ABF5

Tints of Plum #F2ABF5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 25.99%

 BLUE value IS 245 (96.09% from 255) = 37.23%

R = 36.78%
G = 25.99%
B = 37.23%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2ABF5 (or 0xF2ABF5) is known color: Plum. HEX triplet: F2, AB and F5. RGB value is (242,171,245). Sum of RGB (Red+Green+Blue) = 242+171+245=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 245 (96.09% from 255 or 37.23% from 658); Max value from RGB is 245 - color contains mainly: blue. Hex color #F2ABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABF5 is #0D540A. Grayscale: #C8C8C8. Windows color (decimal): -873483 or 16100338. OLE color: 16100338.

HSL color Cylindrical-coordinate representation of color #F2ABF5: hue angle of 297.57º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2ABF5 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 171 245 -
CMYK 0.01 0.30 0 0.04
HSL 297.57º 0.79% 0.82% -
HSV(B) 297.57º 0.3% 0.96% -
XYZ 67.66 54.6 93.36 -
YUV 200.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 242 171 245 0.01 0.30 0 0.04 297.57 0.79 0.82
Hex F2 AB F5 1 1E 0 4 12A 4F 52
Octal 362 253 365 1 36 0 4 452 117 122
Binary 11110010 10101011 11110101 1 11110 0 100 100101010 1001111 1010010

Color Harmonies of #F2ABF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABF5

Black with #F2ABF5

Text Example


Text Example

White with #F2ABF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABF5; }

 p { color: rgb(242,171,245); }

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

background-color css

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

 a { background-color: rgb(242,171,245); }

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

border-color css

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

 span { border-color: rgb(242,171,245); }

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