Html Css Color HEX #F65AAB Brilliant Rose

📋 copy color: '#F65AAB'

red 246 ◦ green 90 ◦ blue 171

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

Shades of Brilliant Rose #F65AAB

Tints of Brilliant Rose #F65AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.75%

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 48.52%
G = 17.75%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F65AAB (or 0xF65AAB) is known color: Brilliant Rose. HEX triplet: F6, 5A and AB. RGB value is (246,90,171). Sum of RGB (Red+Green+Blue) = 246+90+171=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65AAB is #09A554. Grayscale: #919191. Windows color (decimal): -632149 or 11229942. OLE color: 11229942.

HSL color Cylindrical-coordinate representation of color #F65AAB: hue angle of 328.85º 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 #F65AAB is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 90 171 -
CMYK 0 0.63 0.30 0.04
HSL 328.85º 0.9% 0.66% -
HSV(B) 328.85º 0.63% 0.96% -
XYZ 49.01 29.85 41.71 -
YUV 145.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 246 90 171 0 0.63 0.30 0.04 328.85 0.9 0.66
Hex F6 5A AB 0 3F 1E 4 149 5A 42
Octal 366 132 253 0 77 36 4 511 132 102
Binary 11110110 1011010 10101011 0 111111 11110 100 101001001 1011010 1000010

Color Harmonies of #F65AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65AAB

Black with #F65AAB

Text Example


Text Example

White with #F65AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65AAB; }

 p { color: rgb(246,90,171); }

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

background-color css

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

 a { background-color: rgb(246,90,171); }

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

border-color css

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

 span { border-color: rgb(246,90,171); }

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