Html Css Color HEX #F0669C Brilliant Rose

📋 copy color: '#F0669C'

red 240 ◦ green 102 ◦ blue 156

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

Shades of Brilliant Rose #F0669C

Tints of Brilliant Rose #F0669C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.33%

R = 48.19%
G = 20.48%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0669C (or 0xF0669C) is known color: Brilliant Rose. HEX triplet: F0, 66 and 9C. RGB value is (240,102,156). Sum of RGB (Red+Green+Blue) = 240+102+156=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0669C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0669C is #0F9963. Grayscale: #959595. Windows color (decimal): -1022308 or 10249968. OLE color: 10249968.

HSL color Cylindrical-coordinate representation of color #F0669C: hue angle of 336.52º 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 #F0669C is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 156 -
CMYK 0 0.58 0.35 0.06
HSL 336.52º 0.82% 0.67% -
HSV(B) 336.52º 0.58% 0.94% -
XYZ 46.69 30.43 34.87 -
YUV 149.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 240 102 156 0 0.58 0.35 0.06 336.52 0.82 0.67
Hex F0 66 9C 0 3A 23 6 151 52 43
Octal 360 146 234 0 72 43 6 521 122 103
Binary 11110000 1100110 10011100 0 111010 100011 110 101010001 1010010 1000011

Color Harmonies of #F0669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0669C

Black with #F0669C

Text Example


Text Example

White with #F0669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0669C; }

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

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

background-color css

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

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

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

border-color css

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

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

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