Html Css Color HEX #F641AD Brilliant Rose

📋 copy color: '#F641AD'

red 246 ◦ green 65 ◦ blue 173

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

Shades of Brilliant Rose #F641AD

Tints of Brilliant Rose #F641AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.43%

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 50.83%
G = 13.43%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F641AD (or 0xF641AD) is known color: Brilliant Rose. HEX triplet: F6, 41 and AD. RGB value is (246,65,173). Sum of RGB (Red+Green+Blue) = 246+65+173=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F641AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F641AD is #09BE52. Grayscale: #838383. Windows color (decimal): -638547 or 11354614. OLE color: 11354614.

HSL color Cylindrical-coordinate representation of color #F641AD: hue angle of 324.2º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F641AD is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 65 173 -
CMYK 0 0.74 0.30 0.04
HSL 324.2º 0.91% 0.61% -
HSV(B) 324.2º 0.74% 0.96% -
XYZ 47.44 26.39 42.13 -
YUV 131.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 246 65 173 0 0.74 0.30 0.04 324.2 0.91 0.61
Hex F6 41 AD 0 4A 1E 4 144 5B 3D
Octal 366 101 255 0 112 36 4 504 133 75
Binary 11110110 1000001 10101101 0 1001010 11110 100 101000100 1011011 111101

Color Harmonies of #F641AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641AD

Black with #F641AD

Text Example


Text Example

White with #F641AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641AD; }

 p { color: rgb(246,65,173); }

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

background-color css

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

 a { background-color: rgb(246,65,173); }

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

border-color css

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

 span { border-color: rgb(246,65,173); }

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