Html Css Color HEX #F123A7 Persian Rose

📋 copy color: '#F123A7'

red 241 ◦ green 35 ◦ blue 167

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

Shades of Persian Rose #F123A7

Tints of Persian Rose #F123A7

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.9%

 BLUE value IS 167 (65.63% from 255) = 37.7%

R = 54.4%
G = 7.9%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F123A7 (or 0xF123A7) is known color: Persian Rose. HEX triplet: F1, 23 and A7. RGB value is (241,35,167). Sum of RGB (Red+Green+Blue) = 241+35+167=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F123A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F123A7 is #0EDC58. Grayscale: #6F6F6F. Windows color (decimal): -973913 or 10953713. OLE color: 10953713.

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

Color convert

RGB 241 35 167 -
CMYK 0 0.85 0.31 0.05
HSL 321.55º 0.88% 0.54% -
HSV(B) 321.55º 0.85% 0.95% -
XYZ 43.85 22.69 38.63 -
YUV 111.64 159.25 220.27 -
System Red Green Blue C M Y K H S L
Decimal 241 35 167 0 0.85 0.31 0.05 321.55 0.88 0.54
Hex F1 23 A7 0 55 1F 5 142 58 36
Octal 361 43 247 0 125 37 5 502 130 66
Binary 11110001 100011 10100111 0 1010101 11111 101 101000010 1011000 110110

Color Harmonies of #F123A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123A7

Black with #F123A7

Text Example


Text Example

White with #F123A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123A7; }

 p { color: rgb(241,35,167); }

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

background-color css

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

 a { background-color: rgb(241,35,167); }

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

border-color css

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

 span { border-color: rgb(241,35,167); }

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