Html Css Color HEX #F65CAA Brilliant Rose

📋 copy color: '#F65CAA'

red 246 ◦ green 92 ◦ blue 170

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

Shades of Brilliant Rose #F65CAA

Tints of Brilliant Rose #F65CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.11%

 BLUE value IS 170 (66.8% from 255) = 33.46%

R = 48.43%
G = 18.11%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F65CAA (or 0xF65CAA) is known color: Brilliant Rose. HEX triplet: F6, 5C and AA. RGB value is (246,92,170). Sum of RGB (Red+Green+Blue) = 246+92+170=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65CAA is #09A355. Grayscale: #929292. Windows color (decimal): -631638 or 11164918. OLE color: 11164918.

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

Color convert

RGB 246 92 170 -
CMYK 0 0.63 0.31 0.04
HSL 329.61º 0.9% 0.66% -
HSV(B) 329.61º 0.63% 0.96% -
XYZ 49.09 30.15 41.26 -
YUV 146.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 246 92 170 0 0.63 0.31 0.04 329.61 0.9 0.66
Hex F6 5C AA 0 3F 1F 4 14A 5A 42
Octal 366 134 252 0 77 37 4 512 132 102
Binary 11110110 1011100 10101010 0 111111 11111 100 101001010 1011010 1000010

Color Harmonies of #F65CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65CAA

Black with #F65CAA

Text Example


Text Example

White with #F65CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65CAA; }

 p { color: rgb(246,92,170); }

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

background-color css

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

 a { background-color: rgb(246,92,170); }

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

border-color css

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

 span { border-color: rgb(246,92,170); }

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