Html Css Color HEX #F62CAB Persian Rose

📋 copy color: '#F62CAB'

red 246 ◦ green 44 ◦ blue 171

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

Shades of Persian Rose #F62CAB

Tints of Persian Rose #F62CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 53.36%
G = 9.54%
B = 37.09%

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

#F62CAB (or 0xF62CAB) is known color: Persian Rose. HEX triplet: F6, 2C and AB. RGB value is (246,44,171). Sum of RGB (Red+Green+Blue) = 246+44+171=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F62CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62CAB is #09D354. Grayscale: #767676. Windows color (decimal): -643925 or 11218166. OLE color: 11218166.

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

Color convert

RGB 246 44 171 -
CMYK 0 0.82 0.30 0.04
HSL 322.28º 0.92% 0.57% -
HSV(B) 322.28º 0.82% 0.96% -
XYZ 46.26 24.33 40.79 -
YUV 118.88 157.42 218.67 -
System Red Green Blue C M Y K H S L
Decimal 246 44 171 0 0.82 0.30 0.04 322.28 0.92 0.57
Hex F6 2C AB 0 52 1E 4 142 5C 39
Octal 366 54 253 0 122 36 4 502 134 71
Binary 11110110 101100 10101011 0 1010010 11110 100 101000010 1011100 111001

Color Harmonies of #F62CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62CAB

Black with #F62CAB

Text Example


Text Example

White with #F62CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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