Html Css Color HEX #F6569A Brilliant Rose

📋 copy color: '#F6569A'

red 246 ◦ green 86 ◦ blue 154

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

Shades of Brilliant Rose #F6569A

Tints of Brilliant Rose #F6569A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.7%

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

R = 50.62%
G = 17.7%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6569A (or 0xF6569A) is known color: Brilliant Rose. HEX triplet: F6, 56 and 9A. RGB value is (246,86,154). Sum of RGB (Red+Green+Blue) = 246+86+154=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6569A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6569A is #09A965. Grayscale: #8D8D8D. Windows color (decimal): -633190 or 10114806. OLE color: 10114806.

HSL color Cylindrical-coordinate representation of color #F6569A: hue angle of 334.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6569A is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 86 154 -
CMYK 0 0.65 0.37 0.04
HSL 334.5º 0.9% 0.65% -
HSV(B) 334.5º 0.65% 0.96% -
XYZ 47.17 28.58 33.6 -
YUV 141.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 246 86 154 0 0.65 0.37 0.04 334.5 0.9 0.65
Hex F6 56 9A 0 41 25 4 14E 5A 41
Octal 366 126 232 0 101 45 4 516 132 101
Binary 11110110 1010110 10011010 0 1000001 100101 100 101001110 1011010 1000001

Color Harmonies of #F6569A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6569A

Black with #F6569A

Text Example


Text Example

White with #F6569A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6569A; }

 p { color: rgb(246,86,154); }

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

background-color css

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

 a { background-color: rgb(246,86,154); }

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

border-color css

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

 span { border-color: rgb(246,86,154); }

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