Html Css Color HEX #F28AF1 Violet

📋 copy color: '#F28AF1'

red 242 ◦ green 138 ◦ blue 241

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

Shades of Violet #F28AF1

Tints of Violet #F28AF1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.22%

 BLUE value IS 241 (94.53% from 255) = 38.81%

R = 38.97%
G = 22.22%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F28AF1 (or 0xF28AF1) is known color: Violet. HEX triplet: F2, 8A and F1. RGB value is (242,138,241). Sum of RGB (Red+Green+Blue) = 242+138+241=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 138 (54.30% from 255 or 22.22% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28AF1 is #0D750E. Grayscale: #B4B4B4. Windows color (decimal): -881935 or 15829746. OLE color: 15829746.

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

Color convert

RGB 242 138 241 -
CMYK 0 0.43 0.00 0.05
HSL 300.58º 0.8% 0.75% -
HSV(B) 300.58º 0.43% 0.95% -
XYZ 61.58 43.41 88.35 -
YUV 180.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 242 138 241 0 0.43 0.00 0.05 300.58 0.8 0.75
Hex F2 8A F1 0 2B 0 5 12D 50 4B
Octal 362 212 361 0 53 0 5 455 120 113
Binary 11110010 10001010 11110001 0 101011 0 101 100101101 1010000 1001011

Color Harmonies of #F28AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28AF1

Black with #F28AF1

Text Example


Text Example

White with #F28AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28AF1; }

 p { color: rgb(242,138,241); }

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

background-color css

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

 a { background-color: rgb(242,138,241); }

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

border-color css

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

 span { border-color: rgb(242,138,241); }

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