Html Css Color HEX #F1229B Persian Rose

📋 copy color: '#F1229B'

red 241 ◦ green 34 ◦ blue 155

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

Shades of Persian Rose #F1229B

Tints of Persian Rose #F1229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.91%

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

R = 56.05%
G = 7.91%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1229B (or 0xF1229B) is known color: Persian Rose. HEX triplet: F1, 22 and 9B. RGB value is (241,34,155). Sum of RGB (Red+Green+Blue) = 241+34+155=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1229B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1229B is #0EDD64. Grayscale: #6D6D6D. Windows color (decimal): -974181 or 10167025. OLE color: 10167025.

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

Color convert

RGB 241 34 155 -
CMYK 0 0.86 0.36 0.05
HSL 324.93º 0.88% 0.54% -
HSV(B) 324.93º 0.86% 0.95% -
XYZ 42.76 22.21 33.04 -
YUV 109.69 153.58 221.66 -
System Red Green Blue C M Y K H S L
Decimal 241 34 155 0 0.86 0.36 0.05 324.93 0.88 0.54
Hex F1 22 9B 0 56 24 5 145 58 36
Octal 361 42 233 0 126 44 5 505 130 66
Binary 11110001 100010 10011011 0 1010110 100100 101 101000101 1011000 110110

Color Harmonies of #F1229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1229B

Black with #F1229B

Text Example


Text Example

White with #F1229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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