Html Css Color HEX #F1269B Persian Rose

📋 copy color: '#F1269B'

red 241 ◦ green 38 ◦ blue 155

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

Shades of Persian Rose #F1269B

Tints of Persian Rose #F1269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.76%

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

R = 55.53%
G = 8.76%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1269B (or 0xF1269B) is known color: Persian Rose. HEX triplet: F1, 26 and 9B. RGB value is (241,38,155). Sum of RGB (Red+Green+Blue) = 241+38+155=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1269B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1269B is #0ED964. Grayscale: #6F6F6F. Windows color (decimal): -973157 or 10168049. OLE color: 10168049.

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

Color convert

RGB 241 38 155 -
CMYK 0 0.84 0.36 0.05
HSL 325.42º 0.88% 0.55% -
HSV(B) 325.42º 0.84% 0.95% -
XYZ 42.89 22.45 33.08 -
YUV 112.04 152.25 219.99 -
System Red Green Blue C M Y K H S L
Decimal 241 38 155 0 0.84 0.36 0.05 325.42 0.88 0.55
Hex F1 26 9B 0 54 24 5 145 58 37
Octal 361 46 233 0 124 44 5 505 130 67
Binary 11110001 100110 10011011 0 1010100 100100 101 101000101 1011000 110111

Color Harmonies of #F1269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1269B

Black with #F1269B

Text Example


Text Example

White with #F1269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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