Html Css Color HEX #F126A1 Persian Rose

📋 copy color: '#F126A1'

red 241 ◦ green 38 ◦ blue 161

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

Shades of Persian Rose #F126A1

Tints of Persian Rose #F126A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.59%

R = 54.77%
G = 8.64%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F126A1 (or 0xF126A1) is known color: Persian Rose. HEX triplet: F1, 26 and A1. RGB value is (241,38,161). Sum of RGB (Red+Green+Blue) = 241+38+161=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F126A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F126A1 is #0ED95E. Grayscale: #707070. Windows color (decimal): -973151 or 10561265. OLE color: 10561265.

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

Color convert

RGB 241 38 161 -
CMYK 0 0.84 0.33 0.05
HSL 323.65º 0.88% 0.55% -
HSV(B) 323.65º 0.84% 0.95% -
XYZ 43.4 22.66 35.8 -
YUV 112.72 155.25 219.5 -
System Red Green Blue C M Y K H S L
Decimal 241 38 161 0 0.84 0.33 0.05 323.65 0.88 0.55
Hex F1 26 A1 0 54 21 5 144 58 37
Octal 361 46 241 0 124 41 5 504 130 67
Binary 11110001 100110 10100001 0 1010100 100001 101 101000100 1011000 110111

Color Harmonies of #F126A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F126A1

Black with #F126A1

Text Example


Text Example

White with #F126A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F126A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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