Html Css Color HEX #F1259B Persian Rose

📋 copy color: '#F1259B'

red 241 ◦ green 37 ◦ blue 155

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

Shades of Persian Rose #F1259B

Tints of Persian Rose #F1259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.55%

 BLUE value IS 155 (60.94% from 255) = 35.8%

R = 55.66%
G = 8.55%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1259B (or 0xF1259B) is known color: Persian Rose. HEX triplet: F1, 25 and 9B. RGB value is (241,37,155). Sum of RGB (Red+Green+Blue) = 241+37+155=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1259B is #0EDA64. Grayscale: #6F6F6F. Windows color (decimal): -973413 or 10167793. OLE color: 10167793.

HSL color Cylindrical-coordinate representation of color #F1259B: hue angle of 325.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1259B is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 37 155 -
CMYK 0 0.85 0.36 0.05
HSL 325.29º 0.88% 0.55% -
HSV(B) 325.29º 0.85% 0.95% -
XYZ 42.85 22.39 33.07 -
YUV 111.45 152.59 220.41 -
System Red Green Blue C M Y K H S L
Decimal 241 37 155 0 0.85 0.36 0.05 325.29 0.88 0.55
Hex F1 25 9B 0 55 24 5 145 58 37
Octal 361 45 233 0 125 44 5 505 130 67
Binary 11110001 100101 10011011 0 1010101 100100 101 101000101 1011000 110111

Color Harmonies of #F1259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1259B

Black with #F1259B

Text Example


Text Example

White with #F1259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1259B; }

 p { color: rgb(241,37,155); }

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

background-color css

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

 a { background-color: rgb(241,37,155); }

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

border-color css

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

 span { border-color: rgb(241,37,155); }

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