Html Css Color HEX #F29BFA Violet

📋 copy color: '#F29BFA'

red 242 ◦ green 155 ◦ blue 250

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

Shades of Violet #F29BFA

Tints of Violet #F29BFA

RGB

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

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

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

R = 37.4%
G = 23.96%
B = 38.64%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F29BFA (or 0xF29BFA) is known color: Violet. HEX triplet: F2, 9B and FA. RGB value is (242,155,250). Sum of RGB (Red+Green+Blue) = 242+155+250=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 155 (60.94% from 255 or 23.96% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #F29BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29BFA is #0D6405. Grayscale: #BFBFBF. Windows color (decimal): -877574 or 16423922. OLE color: 16423922.

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

Color convert

RGB 242 155 250 -
CMYK 0.03 0.38 0 0.02
HSL 294.95º 0.9% 0.79% -
HSV(B) 294.95º 0.38% 0.98% -
XYZ 65.59 49.22 96.49 -
YUV 191.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 242 155 250 0.03 0.38 0 0.02 294.95 0.9 0.79
Hex F2 9B FA 3 26 0 2 127 5A 4F
Octal 362 233 372 3 46 0 2 447 132 117
Binary 11110010 10011011 11111010 11 100110 0 10 100100111 1011010 1001111

Color Harmonies of #F29BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29BFA

Black with #F29BFA

Text Example


Text Example

White with #F29BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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