Html Css Color HEX #F0669B Brilliant Rose

📋 copy color: '#F0669B'

red 240 ◦ green 102 ◦ blue 155

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

Shades of Brilliant Rose #F0669B

Tints of Brilliant Rose #F0669B

RGB

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

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

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

R = 48.29%
G = 20.52%
B = 31.19%

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

#F0669B (or 0xF0669B) is known color: Brilliant Rose. HEX triplet: F0, 66 and 9B. RGB value is (240,102,155). Sum of RGB (Red+Green+Blue) = 240+102+155=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0669B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0669B is #0F9964. Grayscale: #959595. Windows color (decimal): -1022309 or 10184432. OLE color: 10184432.

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

Color convert

RGB 240 102 155 -
CMYK 0 0.58 0.35 0.06
HSL 336.96º 0.82% 0.67% -
HSV(B) 336.96º 0.58% 0.94% -
XYZ 46.6 30.39 34.42 -
YUV 149.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 240 102 155 0 0.58 0.35 0.06 336.96 0.82 0.67
Hex F0 66 9B 0 3A 23 6 151 52 43
Octal 360 146 233 0 72 43 6 521 122 103
Binary 11110000 1100110 10011011 0 111010 100011 110 101010001 1010010 1000011

Color Harmonies of #F0669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0669B

Black with #F0669B

Text Example


Text Example

White with #F0669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0669B; }

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

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

background-color css

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

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

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

border-color css

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

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

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