Html Css Color HEX #F62F9E Persian Rose

📋 copy color: '#F62F9E'

red 246 ◦ green 47 ◦ blue 158

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

Shades of Persian Rose #F62F9E

Tints of Persian Rose #F62F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.42%

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 54.55%
G = 10.42%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F62F9E (or 0xF62F9E) is known color: Persian Rose. HEX triplet: F6, 2F and 9E. RGB value is (246,47,158). Sum of RGB (Red+Green+Blue) = 246+47+158=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62F9E is #09D061. Grayscale: #767676. Windows color (decimal): -643170 or 10366966. OLE color: 10366966.

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

Color convert

RGB 246 47 158 -
CMYK 0 0.81 0.36 0.04
HSL 326.53º 0.92% 0.57% -
HSV(B) 326.53º 0.81% 0.96% -
XYZ 45.19 24.09 34.62 -
YUV 119.16 149.93 218.47 -
System Red Green Blue C M Y K H S L
Decimal 246 47 158 0 0.81 0.36 0.04 326.53 0.92 0.57
Hex F6 2F 9E 0 51 24 4 147 5C 39
Octal 366 57 236 0 121 44 4 507 134 71
Binary 11110110 101111 10011110 0 1010001 100100 100 101000111 1011100 111001

Color Harmonies of #F62F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62F9E

Black with #F62F9E

Text Example


Text Example

White with #F62F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62F9E; }

 p { color: rgb(246,47,158); }

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

background-color css

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

 a { background-color: rgb(246,47,158); }

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

border-color css

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

 span { border-color: rgb(246,47,158); }

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