Html Css Color HEX #F63BAD Persian Rose

📋 copy color: '#F63BAD'

red 246 ◦ green 59 ◦ blue 173

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

Shades of Persian Rose #F63BAD

Tints of Persian Rose #F63BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.34%

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

R = 51.46%
G = 12.34%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F63BAD (or 0xF63BAD) is known color: Persian Rose. HEX triplet: F6, 3B and AD. RGB value is (246,59,173). Sum of RGB (Red+Green+Blue) = 246+59+173=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63BAD is #09C452. Grayscale: #7F7F7F. Windows color (decimal): -640083 or 11353078. OLE color: 11353078.

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

Color convert

RGB 246 59 173 -
CMYK 0 0.76 0.30 0.04
HSL 323.42º 0.91% 0.6% -
HSV(B) 323.42º 0.76% 0.96% -
XYZ 47.11 25.74 42.02 -
YUV 127.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 246 59 173 0 0.76 0.30 0.04 323.42 0.91 0.6
Hex F6 3B AD 0 4C 1E 4 143 5B 3C
Octal 366 73 255 0 114 36 4 503 133 74
Binary 11110110 111011 10101101 0 1001100 11110 100 101000011 1011011 111100

Color Harmonies of #F63BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63BAD

Black with #F63BAD

Text Example


Text Example

White with #F63BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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