Html Css Color HEX #F6239A Persian Rose

📋 copy color: '#F6239A'

red 246 ◦ green 35 ◦ blue 154

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

Shades of Persian Rose #F6239A

Tints of Persian Rose #F6239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.05%

 BLUE value IS 154 (60.55% from 255) = 35.4%

R = 56.55%
G = 8.05%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6239A (or 0xF6239A) is known color: Persian Rose. HEX triplet: F6, 23 and 9A. RGB value is (246,35,154). Sum of RGB (Red+Green+Blue) = 246+35+154=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F6239A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6239A is #09DC65. Grayscale: #6F6F6F. Windows color (decimal): -646246 or 10101750. OLE color: 10101750.

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

Color convert

RGB 246 35 154 -
CMYK 0 0.86 0.37 0.04
HSL 326.16º 0.92% 0.55% -
HSV(B) 326.16º 0.86% 0.96% -
XYZ 44.44 23.13 32.69 -
YUV 111.66 151.9 223.82 -
System Red Green Blue C M Y K H S L
Decimal 246 35 154 0 0.86 0.37 0.04 326.16 0.92 0.55
Hex F6 23 9A 0 56 25 4 146 5C 37
Octal 366 43 232 0 126 45 4 506 134 67
Binary 11110110 100011 10011010 0 1010110 100101 100 101000110 1011100 110111

Color Harmonies of #F6239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6239A

Black with #F6239A

Text Example


Text Example

White with #F6239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6239A; }

 p { color: rgb(246,35,154); }

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

background-color css

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

 a { background-color: rgb(246,35,154); }

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

border-color css

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

 span { border-color: rgb(246,35,154); }

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