Html Css Color HEX #F43BAB Persian Rose

📋 copy color: '#F43BAB'

red 244 ◦ green 59 ◦ blue 171

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

Shades of Persian Rose #F43BAB

Tints of Persian Rose #F43BAB

RGB

 RED value IS 244 (95.7% from 255) = 51.48%

 GREEN value IS 59 (23.44% from 255) = 12.45%

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 51.48%
G = 12.45%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F43BAB (or 0xF43BAB) is known color: Persian Rose. HEX triplet: F4, 3B and AB. RGB value is (244,59,171). Sum of RGB (Red+Green+Blue) = 244+59+171=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F43BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43BAB is #0BC454. Grayscale: #7E7E7E. Windows color (decimal): -771157 or 11222004. OLE color: 11222004.

HSL color Cylindrical-coordinate representation of color #F43BAB: hue angle of 323.68º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F43BAB is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 59 171 -
CMYK 0 0.76 0.30 0.04
HSL 323.68º 0.89% 0.59% -
HSV(B) 323.68º 0.76% 0.96% -
XYZ 46.22 25.3 40.98 -
YUV 127.08 152.79 211.39 -
System Red Green Blue C M Y K H S L
Decimal 244 59 171 0 0.76 0.30 0.04 323.68 0.89 0.59
Hex F4 3B AB 0 4C 1E 4 144 59 3B
Octal 364 73 253 0 114 36 4 504 131 73
Binary 11110100 111011 10101011 0 1001100 11110 100 101000100 1011001 111011

Color Harmonies of #F43BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43BAB

Black with #F43BAB

Text Example


Text Example

White with #F43BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43BAB; }

 p { color: rgb(244,59,171); }

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

background-color css

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

 a { background-color: rgb(244,59,171); }

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

border-color css

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

 span { border-color: rgb(244,59,171); }

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