Html Css Color HEX #F5269C Persian Rose

📋 copy color: '#F5269C'

red 245 ◦ green 38 ◦ blue 156

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

Shades of Persian Rose #F5269C

Tints of Persian Rose #F5269C

RGB

 RED value IS 245 (96.09% from 255) = 55.81%

 GREEN value IS 38 (15.23% from 255) = 8.66%

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 55.81%
G = 8.66%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5269C (or 0xF5269C) is known color: Persian Rose. HEX triplet: F5, 26 and 9C. RGB value is (245,38,156). Sum of RGB (Red+Green+Blue) = 245+38+156=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F5269C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5269C is #0AD963. Grayscale: #717171. Windows color (decimal): -711012 or 10233589. OLE color: 10233589.

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

Color convert

RGB 245 38 156 -
CMYK 0 0.84 0.36 0.04
HSL 325.8º 0.91% 0.55% -
HSV(B) 325.8º 0.84% 0.96% -
XYZ 44.35 23.2 33.59 -
YUV 113.35 152.08 221.91 -
System Red Green Blue C M Y K H S L
Decimal 245 38 156 0 0.84 0.36 0.04 325.8 0.91 0.55
Hex F5 26 9C 0 54 24 4 146 5B 37
Octal 365 46 234 0 124 44 4 506 133 67
Binary 11110101 100110 10011100 0 1010100 100100 100 101000110 1011011 110111

Color Harmonies of #F5269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5269C

Black with #F5269C

Text Example


Text Example

White with #F5269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5269C; }

 p { color: rgb(245,38,156); }

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

background-color css

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

 a { background-color: rgb(245,38,156); }

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

border-color css

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

 span { border-color: rgb(245,38,156); }

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