Html Css Color HEX #F668A0 Brilliant Rose

📋 copy color: '#F668A0'

red 246 ◦ green 104 ◦ blue 160

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

Shades of Brilliant Rose #F668A0

Tints of Brilliant Rose #F668A0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.39%

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

R = 48.24%
G = 20.39%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F668A0 (or 0xF668A0) is known color: Brilliant Rose. HEX triplet: F6, 68 and A0. RGB value is (246,104,160). Sum of RGB (Red+Green+Blue) = 246+104+160=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F668A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F668A0 is #09975F. Grayscale: #989898. Windows color (decimal): -628576 or 10512630. OLE color: 10512630.

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

Color convert

RGB 246 104 160 -
CMYK 0 0.58 0.35 0.04
HSL 336.34º 0.89% 0.69% -
HSV(B) 336.34º 0.58% 0.96% -
XYZ 49.3 32.03 36.84 -
YUV 152.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 246 104 160 0 0.58 0.35 0.04 336.34 0.89 0.69
Hex F6 68 A0 0 3A 23 4 150 59 45
Octal 366 150 240 0 72 43 4 520 131 105
Binary 11110110 1101000 10100000 0 111010 100011 100 101010000 1011001 1000101

Color Harmonies of #F668A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F668A0

Black with #F668A0

Text Example


Text Example

White with #F668A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F668A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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