Html Css Color HEX #F62BAA Persian Rose

📋 copy color: '#F62BAA'

red 246 ◦ green 43 ◦ blue 170

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

Shades of Persian Rose #F62BAA

Tints of Persian Rose #F62BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.37%

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

R = 53.59%
G = 9.37%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F62BAA (or 0xF62BAA) is known color: Persian Rose. HEX triplet: F6, 2B and AA. RGB value is (246,43,170). Sum of RGB (Red+Green+Blue) = 246+43+170=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F62BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62BAA is #09D455. Grayscale: #757575. Windows color (decimal): -644182 or 11152374. OLE color: 11152374.

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

Color convert

RGB 246 43 170 -
CMYK 0 0.83 0.31 0.04
HSL 322.46º 0.92% 0.57% -
HSV(B) 322.46º 0.83% 0.96% -
XYZ 46.13 24.22 40.27 -
YUV 118.18 157.25 219.17 -
System Red Green Blue C M Y K H S L
Decimal 246 43 170 0 0.83 0.31 0.04 322.46 0.92 0.57
Hex F6 2B AA 0 53 1F 4 142 5C 39
Octal 366 53 252 0 123 37 4 502 134 71
Binary 11110110 101011 10101010 0 1010011 11111 100 101000010 1011100 111001

Color Harmonies of #F62BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62BAA

Black with #F62BAA

Text Example


Text Example

White with #F62BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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