Html Css Color HEX #F538B3 Persian Rose

📋 copy color: '#F538B3'

red 245 ◦ green 56 ◦ blue 179

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

Shades of Persian Rose #F538B3

Tints of Persian Rose #F538B3

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.67%

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

R = 51.04%
G = 11.67%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F538B3 (or 0xF538B3) is known color: Persian Rose. HEX triplet: F5, 38 and B3. RGB value is (245,56,179). Sum of RGB (Red+Green+Blue) = 245+56+179=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F538B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538B3 is #0AC74C. Grayscale: #7E7E7E. Windows color (decimal): -706381 or 11745525. OLE color: 11745525.

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

Color convert

RGB 245 56 179 -
CMYK 0 0.77 0.27 0.04
HSL 320.95º 0.9% 0.59% -
HSV(B) 320.95º 0.77% 0.96% -
XYZ 47.21 25.5 45.08 -
YUV 126.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 245 56 179 0 0.77 0.27 0.04 320.95 0.9 0.59
Hex F5 38 B3 0 4D 1B 4 141 5A 3B
Octal 365 70 263 0 115 33 4 501 132 73
Binary 11110101 111000 10110011 0 1001101 11011 100 101000001 1011010 111011

Color Harmonies of #F538B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F538B3

Black with #F538B3

Text Example


Text Example

White with #F538B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F538B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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