Html Css Color HEX #F62795 Persian Rose

📋 copy color: '#F62795'

red 246 ◦ green 39 ◦ blue 149

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

Shades of Persian Rose #F62795

Tints of Persian Rose #F62795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.99%

 BLUE value IS 149 (58.59% from 255) = 34.33%

R = 56.68%
G = 8.99%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F62795 (or 0xF62795) is known color: Persian Rose. HEX triplet: F6, 27 and 95. RGB value is (246,39,149). Sum of RGB (Red+Green+Blue) = 246+39+149=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F62795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62795 is #09D86A. Grayscale: #717171. Windows color (decimal): -645227 or 9775094. OLE color: 9775094.

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

Color convert

RGB 246 39 149 -
CMYK 0 0.84 0.39 0.04
HSL 328.12º 0.92% 0.56% -
HSV(B) 328.12º 0.84% 0.96% -
XYZ 44.16 23.21 30.59 -
YUV 113.43 148.08 222.56 -
System Red Green Blue C M Y K H S L
Decimal 246 39 149 0 0.84 0.39 0.04 328.12 0.92 0.56
Hex F6 27 95 0 54 27 4 148 5C 38
Octal 366 47 225 0 124 47 4 510 134 70
Binary 11110110 100111 10010101 0 1010100 100111 100 101001000 1011100 111000

Color Harmonies of #F62795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62795

Black with #F62795

Text Example


Text Example

White with #F62795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62795; }

 p { color: rgb(246,39,149); }

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

background-color css

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

 a { background-color: rgb(246,39,149); }

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

border-color css

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

 span { border-color: rgb(246,39,149); }

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