Html Css Color HEX #F6289F Persian Rose

📋 copy color: '#F6289F'

red 246 ◦ green 40 ◦ blue 159

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

Shades of Persian Rose #F6289F

Tints of Persian Rose #F6289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.99%

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

R = 55.28%
G = 8.99%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F6289F (or 0xF6289F) is known color: Persian Rose. HEX triplet: F6, 28 and 9F. RGB value is (246,40,159). Sum of RGB (Red+Green+Blue) = 246+40+159=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F6289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6289F is #09D760. Grayscale: #727272. Windows color (decimal): -644961 or 10430710. OLE color: 10430710.

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

Color convert

RGB 246 40 159 -
CMYK 0 0.84 0.35 0.04
HSL 325.34º 0.92% 0.56% -
HSV(B) 325.34º 0.84% 0.96% -
XYZ 45.02 23.61 34.99 -
YUV 115.16 152.75 221.32 -
System Red Green Blue C M Y K H S L
Decimal 246 40 159 0 0.84 0.35 0.04 325.34 0.92 0.56
Hex F6 28 9F 0 54 23 4 145 5C 38
Octal 366 50 237 0 124 43 4 505 134 70
Binary 11110110 101000 10011111 0 1010100 100011 100 101000101 1011100 111000

Color Harmonies of #F6289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6289F

Black with #F6289F

Text Example


Text Example

White with #F6289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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