Html Css Color HEX #F53FB3 Persian Rose

📋 copy color: '#F53FB3'

red 245 ◦ green 63 ◦ blue 179

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

Shades of Persian Rose #F53FB3

Tints of Persian Rose #F53FB3

RGB

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

 GREEN value IS 63 (25% from 255) = 12.94%

 BLUE value IS 179 (70.31% from 255) = 36.76%

R = 50.31%
G = 12.94%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F53FB3 (or 0xF53FB3) is known color: Persian Rose. HEX triplet: F5, 3F and B3. RGB value is (245,63,179). Sum of RGB (Red+Green+Blue) = 245+63+179=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FB3 is #0AC04C. Grayscale: #828282. Windows color (decimal): -704589 or 11747317. OLE color: 11747317.

HSL color Cylindrical-coordinate representation of color #F53FB3: hue angle of 321.76º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FB3 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 63 179 -
CMYK 0 0.74 0.27 0.04
HSL 321.76º 0.9% 0.6% -
HSV(B) 321.76º 0.74% 0.96% -
XYZ 47.57 26.22 45.2 -
YUV 130.64 155.3 209.57 -
System Red Green Blue C M Y K H S L
Decimal 245 63 179 0 0.74 0.27 0.04 321.76 0.9 0.6
Hex F5 3F B3 0 4A 1B 4 142 5A 3C
Octal 365 77 263 0 112 33 4 502 132 74
Binary 11110101 111111 10110011 0 1001010 11011 100 101000010 1011010 111100

Color Harmonies of #F53FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FB3

Black with #F53FB3

Text Example


Text Example

White with #F53FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FB3; }

 p { color: rgb(245,63,179); }

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

background-color css

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

 a { background-color: rgb(245,63,179); }

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

border-color css

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

 span { border-color: rgb(245,63,179); }

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