Html Css Color HEX #F836A9 Persian Rose

📋 copy color: '#F836A9'

red 248 ◦ green 54 ◦ blue 169

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

Shades of Persian Rose #F836A9

Tints of Persian Rose #F836A9

RGB

 RED value IS 248 (97.27% from 255) = 52.65%

 GREEN value IS 54 (21.48% from 255) = 11.46%

 BLUE value IS 169 (66.41% from 255) = 35.88%

R = 52.65%
G = 11.46%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F836A9 (or 0xF836A9) is known color: Persian Rose. HEX triplet: F8, 36 and A9. RGB value is (248,54,169). Sum of RGB (Red+Green+Blue) = 248+54+169=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F836A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F836A9 is #07C956. Grayscale: #7C7C7C. Windows color (decimal): -510295 or 11089656. OLE color: 11089656.

HSL color Cylindrical-coordinate representation of color #F836A9: hue angle of 324.43º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F836A9 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 54 169 -
CMYK 0 0.78 0.32 0.03
HSL 324.43º 0.93% 0.59% -
HSV(B) 324.43º 0.78% 0.97% -
XYZ 47.19 25.46 39.96 -
YUV 125.12 152.77 215.65 -
System Red Green Blue C M Y K H S L
Decimal 248 54 169 0 0.78 0.32 0.03 324.43 0.93 0.59
Hex F8 36 A9 0 4E 20 3 144 5D 3B
Octal 370 66 251 0 116 40 3 504 135 73
Binary 11111000 110110 10101001 0 1001110 100000 11 101000100 1011101 111011

Color Harmonies of #F836A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F836A9

Black with #F836A9

Text Example


Text Example

White with #F836A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F836A9; }

 p { color: rgb(248,54,169); }

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

background-color css

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

 a { background-color: rgb(248,54,169); }

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

border-color css

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

 span { border-color: rgb(248,54,169); }

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