Html Css Color HEX #F669A0 Brilliant Rose

📋 copy color: '#F669A0'

red 246 ◦ green 105 ◦ blue 160

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

Shades of Brilliant Rose #F669A0

Tints of Brilliant Rose #F669A0

RGB

 RED value IS 246 (96.48% from 255) = 48.14%

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

 BLUE value IS 160 (62.89% from 255) = 31.31%

R = 48.14%
G = 20.55%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F669A0 (or 0xF669A0) is known color: Brilliant Rose. HEX triplet: F6, 69 and A0. RGB value is (246,105,160). Sum of RGB (Red+Green+Blue) = 246+105+160=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F669A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F669A0 is #09965F. Grayscale: #999999. Windows color (decimal): -628320 or 10512886. OLE color: 10512886.

HSL color Cylindrical-coordinate representation of color #F669A0: hue angle of 336.6º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F669A0 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 105 160 -
CMYK 0 0.57 0.35 0.04
HSL 336.6º 0.89% 0.69% -
HSV(B) 336.6º 0.57% 0.96% -
XYZ 49.4 32.23 36.88 -
YUV 153.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 246 105 160 0 0.57 0.35 0.04 336.6 0.89 0.69
Hex F6 69 A0 0 39 23 4 151 59 45
Octal 366 151 240 0 71 43 4 521 131 105
Binary 11110110 1101001 10100000 0 111001 100011 100 101010001 1011001 1000101

Color Harmonies of #F669A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F669A0

Black with #F669A0

Text Example


Text Example

White with #F669A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F669A0; }

 p { color: rgb(246,105,160); }

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

background-color css

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

 a { background-color: rgb(246,105,160); }

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

border-color css

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

 span { border-color: rgb(246,105,160); }

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