Html Css Color HEX #F62CAC Persian Rose

📋 copy color: '#F62CAC'

red 246 ◦ green 44 ◦ blue 172

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

Shades of Persian Rose #F62CAC

Tints of Persian Rose #F62CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.52%

 BLUE value IS 172 (67.58% from 255) = 37.23%

R = 53.25%
G = 9.52%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F62CAC (or 0xF62CAC) is known color: Persian Rose. HEX triplet: F6, 2C and AC. RGB value is (246,44,172). Sum of RGB (Red+Green+Blue) = 246+44+172=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F62CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62CAC is #09D353. Grayscale: #767676. Windows color (decimal): -643924 or 11283702. OLE color: 11283702.

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

Color convert

RGB 246 44 172 -
CMYK 0 0.82 0.30 0.04
HSL 321.98º 0.92% 0.57% -
HSV(B) 321.98º 0.82% 0.96% -
XYZ 46.35 24.37 41.29 -
YUV 118.99 157.92 218.59 -
System Red Green Blue C M Y K H S L
Decimal 246 44 172 0 0.82 0.30 0.04 321.98 0.92 0.57
Hex F6 2C AC 0 52 1E 4 142 5C 39
Octal 366 54 254 0 122 36 4 502 134 71
Binary 11110110 101100 10101100 0 1010010 11110 100 101000010 1011100 111001

Color Harmonies of #F62CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62CAC

Black with #F62CAC

Text Example


Text Example

White with #F62CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62CAC; }

 p { color: rgb(246,44,172); }

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

background-color css

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

 a { background-color: rgb(246,44,172); }

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

border-color css

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

 span { border-color: rgb(246,44,172); }

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