Html Css Color HEX #F07FFB Violet

📋 copy color: '#F07FFB'

red 240 ◦ green 127 ◦ blue 251

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

Shades of Violet #F07FFB

Tints of Violet #F07FFB

RGB

 RED value IS 240 (94.14% from 255) = 38.83%

 GREEN value IS 127 (50% from 255) = 20.55%

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

R = 38.83%
G = 20.55%
B = 40.61%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F07FFB (or 0xF07FFB) is known color: Violet. HEX triplet: F0, 7F and FB. RGB value is (240,127,251). Sum of RGB (Red+Green+Blue) = 240+127+251=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 127 (50% from 255 or 20.55% 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 #F07FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FFB is #0F8004. Grayscale: #AEAEAE. Windows color (decimal): -1015813 or 16482288. OLE color: 16482288.

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

Color convert

RGB 240 127 251 -
CMYK 0.04 0.49 0 0.02
HSL 294.68º 0.94% 0.74% -
HSV(B) 294.68º 0.49% 0.98% -
XYZ 60.94 40.67 95.9 -
YUV 174.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 240 127 251 0.04 0.49 0 0.02 294.68 0.94 0.74
Hex F0 7F FB 4 31 0 2 127 5E 4A
Octal 360 177 373 4 61 0 2 447 136 112
Binary 11110000 1111111 11111011 100 110001 0 10 100100111 1011110 1001010

Color Harmonies of #F07FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FFB

Black with #F07FFB

Text Example


Text Example

White with #F07FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FFB; }

 p { color: rgb(240,127,251); }

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

background-color css

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

 a { background-color: rgb(240,127,251); }

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

border-color css

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

 span { border-color: rgb(240,127,251); }

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