Html Css Color HEX #F0699B Pale Violet Red

📋 copy color: '#F0699B'

red 240 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #F0699B

Tints of Pale Violet Red #F0699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21%

 BLUE value IS 155 (60.94% from 255) = 31%

R = 48%
G = 21%
B = 31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0699B (or 0xF0699B) is known color: Pale Violet Red. HEX triplet: F0, 69 and 9B. RGB value is (240,105,155). Sum of RGB (Red+Green+Blue) = 240+105+155=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0699B is #0F9664. Grayscale: #979797. Windows color (decimal): -1021541 or 10185200. OLE color: 10185200.

HSL color Cylindrical-coordinate representation of color #F0699B: hue angle of 337.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0699B is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 155 -
CMYK 0 0.56 0.35 0.06
HSL 337.78º 0.82% 0.68% -
HSV(B) 337.78º 0.56% 0.94% -
XYZ 46.9 30.99 34.52 -
YUV 151.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 240 105 155 0 0.56 0.35 0.06 337.78 0.82 0.68
Hex F0 69 9B 0 38 23 6 152 52 44
Octal 360 151 233 0 70 43 6 522 122 104
Binary 11110000 1101001 10011011 0 111000 100011 110 101010010 1010010 1000100

Color Harmonies of #F0699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0699B

Black with #F0699B

Text Example


Text Example

White with #F0699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0699B; }

 p { color: rgb(240,105,155); }

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

background-color css

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

 a { background-color: rgb(240,105,155); }

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

border-color css

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

 span { border-color: rgb(240,105,155); }

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