Html Css Color HEX #F27DFB Violet

📋 copy color: '#F27DFB'

red 242 ◦ green 125 ◦ blue 251

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

Shades of Violet #F27DFB

Tints of Violet #F27DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.23%

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

R = 39.16%
G = 20.23%
B = 40.61%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F27DFB (or 0xF27DFB) is known color: Violet. HEX triplet: F2, 7D and FB. RGB value is (242,125,251). Sum of RGB (Red+Green+Blue) = 242+125+251=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 125 (49.22% from 255 or 20.23% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #F27DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27DFB is #0D8204. Grayscale: #ADADAD. Windows color (decimal): -885253 or 16481778. OLE color: 16481778.

HSL color Cylindrical-coordinate representation of color #F27DFB: hue angle of 295.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27DFB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 125 251 -
CMYK 0.04 0.50 0 0.02
HSL 295.71º 0.94% 0.74% -
HSV(B) 295.71º 0.5% 0.98% -
XYZ 61.36 40.51 95.85 -
YUV 174.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 242 125 251 0.04 0.50 0 0.02 295.71 0.94 0.74
Hex F2 7D FB 4 32 0 2 128 5E 4A
Octal 362 175 373 4 62 0 2 450 136 112
Binary 11110010 1111101 11111011 100 110010 0 10 100101000 1011110 1001010

Color Harmonies of #F27DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27DFB

Black with #F27DFB

Text Example


Text Example

White with #F27DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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