Html Css Color HEX #F52696 Persian Rose

📋 copy color: '#F52696'

red 245 ◦ green 38 ◦ blue 150

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

Shades of Persian Rose #F52696

Tints of Persian Rose #F52696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 56.58%
G = 8.78%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F52696 (or 0xF52696) is known color: Persian Rose. HEX triplet: F5, 26 and 96. RGB value is (245,38,150). Sum of RGB (Red+Green+Blue) = 245+38+150=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F52696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52696 is #0AD969. Grayscale: #707070. Windows color (decimal): -711018 or 9840373. OLE color: 9840373.

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

Color convert

RGB 245 38 150 -
CMYK 0 0.84 0.39 0.04
HSL 327.54º 0.91% 0.55% -
HSV(B) 327.54º 0.84% 0.96% -
XYZ 43.85 23 30.98 -
YUV 112.66 149.08 222.39 -
System Red Green Blue C M Y K H S L
Decimal 245 38 150 0 0.84 0.39 0.04 327.54 0.91 0.55
Hex F5 26 96 0 54 27 4 148 5B 37
Octal 365 46 226 0 124 47 4 510 133 67
Binary 11110101 100110 10010110 0 1010100 100111 100 101001000 1011011 110111

Color Harmonies of #F52696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52696

Black with #F52696

Text Example


Text Example

White with #F52696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52696; }

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

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

background-color css

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

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

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

border-color css

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

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

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