Html Css Color HEX #F99BFA Violet

📋 copy color: '#F99BFA'

red 249 ◦ green 155 ◦ blue 250

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

Shades of Violet #F99BFA

Tints of Violet #F99BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 23.7%

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

R = 38.07%
G = 23.7%
B = 38.23%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F99BFA (or 0xF99BFA) is known color: Violet. HEX triplet: F9, 9B and FA. RGB value is (249,155,250). Sum of RGB (Red+Green+Blue) = 249+155+250=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 155 (60.94% from 255 or 23.70% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #F99BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99BFA is #066405. Grayscale: #C1C1C1. Windows color (decimal): -418822 or 16423929. OLE color: 16423929.

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

Color convert

RGB 249 155 250 -
CMYK 0.00 0.38 0 0.02
HSL 299.37º 0.9% 0.79% -
HSV(B) 299.37º 0.38% 0.98% -
XYZ 68.04 50.48 96.6 -
YUV 193.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 249 155 250 0.00 0.38 0 0.02 299.37 0.9 0.79
Hex F9 9B FA 0 26 0 2 12B 5A 4F
Octal 371 233 372 0 46 0 2 453 132 117
Binary 11111001 10011011 11111010 0 100110 0 10 100101011 1011010 1001111

Color Harmonies of #F99BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99BFA

Black with #F99BFA

Text Example


Text Example

White with #F99BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99BFA; }

 p { color: rgb(249,155,250); }

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

background-color css

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

 a { background-color: rgb(249,155,250); }

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

border-color css

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

 span { border-color: rgb(249,155,250); }

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