Html Css Color HEX #F62998 Persian Rose

📋 copy color: '#F62998'

red 246 ◦ green 41 ◦ blue 152

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

Shades of Persian Rose #F62998

Tints of Persian Rose #F62998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.34%

 BLUE value IS 152 (59.77% from 255) = 34.62%

R = 56.04%
G = 9.34%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F62998 (or 0xF62998) is known color: Persian Rose. HEX triplet: F6, 29 and 98. RGB value is (246,41,152). Sum of RGB (Red+Green+Blue) = 246+41+152=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F62998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62998 is #09D667. Grayscale: #727272. Windows color (decimal): -644712 or 9972214. OLE color: 9972214.

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

Color convert

RGB 246 41 152 -
CMYK 0 0.83 0.38 0.04
HSL 327.51º 0.92% 0.56% -
HSV(B) 327.51º 0.83% 0.96% -
XYZ 44.47 23.45 31.89 -
YUV 114.95 148.92 221.47 -
System Red Green Blue C M Y K H S L
Decimal 246 41 152 0 0.83 0.38 0.04 327.51 0.92 0.56
Hex F6 29 98 0 53 26 4 148 5C 38
Octal 366 51 230 0 123 46 4 510 134 70
Binary 11110110 101001 10011000 0 1010011 100110 100 101001000 1011100 111000

Color Harmonies of #F62998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62998

Black with #F62998

Text Example


Text Example

White with #F62998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62998; }

 p { color: rgb(246,41,152); }

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

background-color css

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

 a { background-color: rgb(246,41,152); }

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

border-color css

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

 span { border-color: rgb(246,41,152); }

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