Html Css Color HEX #F62AAB Persian Rose

📋 copy color: '#F62AAB'

red 246 ◦ green 42 ◦ blue 171

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

Shades of Persian Rose #F62AAB

Tints of Persian Rose #F62AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.15%

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

R = 53.59%
G = 9.15%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F62AAB (or 0xF62AAB) is known color: Persian Rose. HEX triplet: F6, 2A and AB. RGB value is (246,42,171). Sum of RGB (Red+Green+Blue) = 246+42+171=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F62AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62AAB is #09D554. Grayscale: #757575. Windows color (decimal): -644437 or 11217654. OLE color: 11217654.

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

Color convert

RGB 246 42 171 -
CMYK 0 0.83 0.30 0.04
HSL 322.06º 0.92% 0.56% -
HSV(B) 322.06º 0.83% 0.96% -
XYZ 46.18 24.19 40.76 -
YUV 117.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 246 42 171 0 0.83 0.30 0.04 322.06 0.92 0.56
Hex F6 2A AB 0 53 1E 4 142 5C 38
Octal 366 52 253 0 123 36 4 502 134 70
Binary 11110110 101010 10101011 0 1010011 11110 100 101000010 1011100 111000

Color Harmonies of #F62AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62AAB

Black with #F62AAB

Text Example


Text Example

White with #F62AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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