Html Css Color HEX #F63BAA Persian Rose

📋 copy color: '#F63BAA'

red 246 ◦ green 59 ◦ blue 170

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

Shades of Persian Rose #F63BAA

Tints of Persian Rose #F63BAA

RGB

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

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

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

R = 51.79%
G = 12.42%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F63BAA (or 0xF63BAA) is known color: Persian Rose. HEX triplet: F6, 3B and AA. RGB value is (246,59,170). Sum of RGB (Red+Green+Blue) = 246+59+170=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63BAA is #09C455. Grayscale: #7F7F7F. Windows color (decimal): -640086 or 11156470. OLE color: 11156470.

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

Color convert

RGB 246 59 170 -
CMYK 0 0.76 0.31 0.04
HSL 324.39º 0.91% 0.6% -
HSV(B) 324.39º 0.76% 0.96% -
XYZ 46.83 25.62 40.51 -
YUV 127.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 246 59 170 0 0.76 0.31 0.04 324.39 0.91 0.6
Hex F6 3B AA 0 4C 1F 4 144 5B 3C
Octal 366 73 252 0 114 37 4 504 133 74
Binary 11110110 111011 10101010 0 1001100 11111 100 101000100 1011011 111100

Color Harmonies of #F63BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63BAA

Black with #F63BAA

Text Example


Text Example

White with #F63BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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