Html Css Color HEX #F293FB Violet

📋 copy color: '#F293FB'

red 242 ◦ green 147 ◦ blue 251

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

Shades of Violet #F293FB

Tints of Violet #F293FB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 22.97%

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

R = 37.81%
G = 22.97%
B = 39.22%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F293FB (or 0xF293FB) is known color: Violet. HEX triplet: F2, 93 and FB. RGB value is (242,147,251). Sum of RGB (Red+Green+Blue) = 242+147+251=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 147 (57.81% from 255 or 22.97% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #F293FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293FB is #0D6C04. Grayscale: #BABABA. Windows color (decimal): -879621 or 16487410. OLE color: 16487410.

HSL color Cylindrical-coordinate representation of color #F293FB: hue angle of 294.81º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F293FB is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 147 251 -
CMYK 0.04 0.41 0 0.02
HSL 294.81º 0.93% 0.78% -
HSV(B) 294.81º 0.41% 0.98% -
XYZ 64.46 46.71 96.89 -
YUV 187.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 242 147 251 0.04 0.41 0 0.02 294.81 0.93 0.78
Hex F2 93 FB 4 29 0 2 127 5D 4E
Octal 362 223 373 4 51 0 2 447 135 116
Binary 11110010 10010011 11111011 100 101001 0 10 100100111 1011101 1001110

Color Harmonies of #F293FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F293FB

Black with #F293FB

Text Example


Text Example

White with #F293FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F293FB; }

 p { color: rgb(242,147,251); }

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

background-color css

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

 a { background-color: rgb(242,147,251); }

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

border-color css

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

 span { border-color: rgb(242,147,251); }

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