Html Css Color HEX #F62CAA Persian Rose

📋 copy color: '#F62CAA'

red 246 ◦ green 44 ◦ blue 170

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

Shades of Persian Rose #F62CAA

Tints of Persian Rose #F62CAA

RGB

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

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

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

R = 53.48%
G = 9.57%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F62CAA (or 0xF62CAA) is known color: Persian Rose. HEX triplet: F6, 2C and AA. RGB value is (246,44,170). Sum of RGB (Red+Green+Blue) = 246+44+170=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F62CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62CAA is #09D355. Grayscale: #767676. Windows color (decimal): -643926 or 11152630. OLE color: 11152630.

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

Color convert

RGB 246 44 170 -
CMYK 0 0.82 0.31 0.04
HSL 322.57º 0.92% 0.57% -
HSV(B) 322.57º 0.82% 0.96% -
XYZ 46.16 24.3 40.29 -
YUV 118.76 156.92 218.75 -
System Red Green Blue C M Y K H S L
Decimal 246 44 170 0 0.82 0.31 0.04 322.57 0.92 0.57
Hex F6 2C AA 0 52 1F 4 143 5C 39
Octal 366 54 252 0 122 37 4 503 134 71
Binary 11110110 101100 10101010 0 1010010 11111 100 101000011 1011100 111001

Color Harmonies of #F62CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62CAA

Black with #F62CAA

Text Example


Text Example

White with #F62CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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