Html Css Color HEX #F289FA Violet

📋 copy color: '#F289FA'

red 242 ◦ green 137 ◦ blue 250

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

Shades of Violet #F289FA

Tints of Violet #F289FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.75%

R = 38.47%
G = 21.78%
B = 39.75%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F289FA (or 0xF289FA) is known color: Violet. HEX triplet: F2, 89 and FA. RGB value is (242,137,250). Sum of RGB (Red+Green+Blue) = 242+137+250=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 137 (53.91% from 255 or 21.78% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #F289FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289FA is #0D7605. Grayscale: #B4B4B4. Windows color (decimal): -882182 or 16419314. OLE color: 16419314.

HSL color Cylindrical-coordinate representation of color #F289FA: hue angle of 295.75º degrees, saturation: 0.92, 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 #F289FA is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 137 250 -
CMYK 0.03 0.45 0 0.02
HSL 295.75º 0.92% 0.76% -
HSV(B) 295.75º 0.45% 0.98% -
XYZ 62.82 43.67 95.56 -
YUV 181.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 242 137 250 0.03 0.45 0 0.02 295.75 0.92 0.76
Hex F2 89 FA 3 2D 0 2 128 5C 4C
Octal 362 211 372 3 55 0 2 450 134 114
Binary 11110010 10001001 11111010 11 101101 0 10 100101000 1011100 1001100

Color Harmonies of #F289FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289FA

Black with #F289FA

Text Example


Text Example

White with #F289FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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