Html Css Color HEX #F6299F Persian Rose

📋 copy color: '#F6299F'

red 246 ◦ green 41 ◦ blue 159

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

Shades of Persian Rose #F6299F

Tints of Persian Rose #F6299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 55.16%
G = 9.19%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F6299F (or 0xF6299F) is known color: Persian Rose. HEX triplet: F6, 29 and 9F. RGB value is (246,41,159). Sum of RGB (Red+Green+Blue) = 246+41+159=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F6299F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6299F is #09D660. Grayscale: #737373. Windows color (decimal): -644705 or 10430966. OLE color: 10430966.

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

Color convert

RGB 246 41 159 -
CMYK 0 0.83 0.35 0.04
HSL 325.46º 0.92% 0.56% -
HSV(B) 325.46º 0.83% 0.96% -
XYZ 45.06 23.68 35 -
YUV 115.75 152.42 220.91 -
System Red Green Blue C M Y K H S L
Decimal 246 41 159 0 0.83 0.35 0.04 325.46 0.92 0.56
Hex F6 29 9F 0 53 23 4 145 5C 38
Octal 366 51 237 0 123 43 4 505 134 70
Binary 11110110 101001 10011111 0 1010011 100011 100 101000101 1011100 111000

Color Harmonies of #F6299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6299F

Black with #F6299F

Text Example


Text Example

White with #F6299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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