Html Css Color HEX #F13FB2 Persian Rose

📋 copy color: '#F13FB2'

red 241 ◦ green 63 ◦ blue 178

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

Shades of Persian Rose #F13FB2

Tints of Persian Rose #F13FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 50%
G = 13.07%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F13FB2 (or 0xF13FB2) is known color: Persian Rose. HEX triplet: F1, 3F and B2. RGB value is (241,63,178). Sum of RGB (Red+Green+Blue) = 241+63+178=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13FB2 is #0EC04D. Grayscale: #818181. Windows color (decimal): -966734 or 11681777. OLE color: 11681777.

HSL color Cylindrical-coordinate representation of color #F13FB2: hue angle of 321.24º 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 #F13FB2 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 178 -
CMYK 0 0.74 0.26 0.05
HSL 321.24º 0.86% 0.6% -
HSV(B) 321.24º 0.74% 0.95% -
XYZ 46.09 25.47 44.61 -
YUV 129.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 241 63 178 0 0.74 0.26 0.05 321.24 0.86 0.6
Hex F1 3F B2 0 4A 1A 5 141 56 3C
Octal 361 77 262 0 112 32 5 501 126 74
Binary 11110001 111111 10110010 0 1001010 11010 101 101000001 1010110 111100

Color Harmonies of #F13FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FB2

Black with #F13FB2

Text Example


Text Example

White with #F13FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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