Html Css Color HEX #F63CAF Persian Rose

📋 copy color: '#F63CAF'

red 246 ◦ green 60 ◦ blue 175

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

Shades of Persian Rose #F63CAF

Tints of Persian Rose #F63CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.47%

 BLUE value IS 175 (68.75% from 255) = 36.38%

R = 51.14%
G = 12.47%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F63CAF (or 0xF63CAF) is known color: Persian Rose. HEX triplet: F6, 3C and AF. RGB value is (246,60,175). Sum of RGB (Red+Green+Blue) = 246+60+175=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63CAF is #09C350. Grayscale: #808080. Windows color (decimal): -639825 or 11484406. OLE color: 11484406.

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

Color convert

RGB 246 60 175 -
CMYK 0 0.76 0.29 0.04
HSL 322.9º 0.91% 0.6% -
HSV(B) 322.9º 0.76% 0.96% -
XYZ 47.36 25.92 43.06 -
YUV 128.72 154.12 211.65 -
System Red Green Blue C M Y K H S L
Decimal 246 60 175 0 0.76 0.29 0.04 322.9 0.91 0.6
Hex F6 3C AF 0 4C 1D 4 143 5B 3C
Octal 366 74 257 0 114 35 4 503 133 74
Binary 11110110 111100 10101111 0 1001100 11101 100 101000011 1011011 111100

Color Harmonies of #F63CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63CAF

Black with #F63CAF

Text Example


Text Example

White with #F63CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63CAF; }

 p { color: rgb(246,60,175); }

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

background-color css

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

 a { background-color: rgb(246,60,175); }

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

border-color css

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

 span { border-color: rgb(246,60,175); }

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