Html Css Color HEX #F0669A Pale Violet Red

📋 copy color: '#F0669A'

red 240 ◦ green 102 ◦ blue 154

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

Shades of Pale Violet Red #F0669A

Tints of Pale Violet Red #F0669A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.56%

 BLUE value IS 154 (60.55% from 255) = 31.05%

R = 48.39%
G = 20.56%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0669A (or 0xF0669A) is known color: Pale Violet Red. HEX triplet: F0, 66 and 9A. RGB value is (240,102,154). Sum of RGB (Red+Green+Blue) = 240+102+154=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0669A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0669A is #0F9965. Grayscale: #959595. Windows color (decimal): -1022310 or 10118896. OLE color: 10118896.

HSL color Cylindrical-coordinate representation of color #F0669A: hue angle of 337.39º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0669A is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 154 -
CMYK 0 0.58 0.36 0.06
HSL 337.39º 0.82% 0.67% -
HSV(B) 337.39º 0.58% 0.94% -
XYZ 46.52 30.36 33.98 -
YUV 149.19 130.72 192.77 -
System Red Green Blue C M Y K H S L
Decimal 240 102 154 0 0.58 0.36 0.06 337.39 0.82 0.67
Hex F0 66 9A 0 3A 24 6 151 52 43
Octal 360 146 232 0 72 44 6 521 122 103
Binary 11110000 1100110 10011010 0 111010 100100 110 101010001 1010010 1000011

Color Harmonies of #F0669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0669A

Black with #F0669A

Text Example


Text Example

White with #F0669A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0669A; }

 p { color: rgb(240,102,154); }

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

background-color css

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

 a { background-color: rgb(240,102,154); }

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

border-color css

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

 span { border-color: rgb(240,102,154); }

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