Html Css Color HEX #F13FB0 Persian Rose

📋 copy color: '#F13FB0'

red 241 ◦ green 63 ◦ blue 176

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

Shades of Persian Rose #F13FB0

Tints of Persian Rose #F13FB0

RGB

 RED value IS 241 (94.53% from 255) = 50.21%

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

 BLUE value IS 176 (69.14% from 255) = 36.67%

R = 50.21%
G = 13.13%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F13FB0 (or 0xF13FB0) is known color: Persian Rose. HEX triplet: F1, 3F and B0. RGB value is (241,63,176). Sum of RGB (Red+Green+Blue) = 241+63+176=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13FB0 is #0EC04F. Grayscale: #808080. Windows color (decimal): -966736 or 11550705. OLE color: 11550705.

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

Color convert

RGB 241 63 176 -
CMYK 0 0.74 0.27 0.05
HSL 321.91º 0.86% 0.6% -
HSV(B) 321.91º 0.74% 0.95% -
XYZ 45.89 25.39 43.56 -
YUV 129.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 241 63 176 0 0.74 0.27 0.05 321.91 0.86 0.6
Hex F1 3F B0 0 4A 1B 5 142 56 3C
Octal 361 77 260 0 112 33 5 502 126 74
Binary 11110001 111111 10110000 0 1001010 11011 101 101000010 1010110 111100

Color Harmonies of #F13FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FB0

Black with #F13FB0

Text Example


Text Example

White with #F13FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FB0; }

 p { color: rgb(241,63,176); }

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

background-color css

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

 a { background-color: rgb(241,63,176); }

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

border-color css

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

 span { border-color: rgb(241,63,176); }

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