Html Css Color HEX #F68AFB Violet

📋 copy color: '#F68AFB'

red 246 ◦ green 138 ◦ blue 251

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

Shades of Violet #F68AFB

Tints of Violet #F68AFB

RGB

 RED value IS 246 (96.48% from 255) = 38.74%

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

 BLUE value IS 251 (98.44% from 255) = 39.53%

R = 38.74%
G = 21.73%
B = 39.53%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F68AFB (or 0xF68AFB) is known color: Violet. HEX triplet: F6, 8A and FB. RGB value is (246,138,251). Sum of RGB (Red+Green+Blue) = 246+138+251=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 138 (54.30% from 255 or 21.73% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #F68AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68AFB is #097504. Grayscale: #B6B6B6. Windows color (decimal): -619781 or 16485110. OLE color: 16485110.

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

Color convert

RGB 246 138 251 -
CMYK 0.02 0.45 0 0.02
HSL 297.35º 0.93% 0.76% -
HSV(B) 297.35º 0.45% 0.98% -
XYZ 64.51 44.73 96.5 -
YUV 183.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 246 138 251 0.02 0.45 0 0.02 297.35 0.93 0.76
Hex F6 8A FB 2 2D 0 2 129 5D 4C
Octal 366 212 373 2 55 0 2 451 135 114
Binary 11110110 10001010 11111011 10 101101 0 10 100101001 1011101 1001100

Color Harmonies of #F68AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AFB

Black with #F68AFB

Text Example


Text Example

White with #F68AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AFB; }

 p { color: rgb(246,138,251); }

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

background-color css

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

 a { background-color: rgb(246,138,251); }

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

border-color css

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

 span { border-color: rgb(246,138,251); }

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