Html Css Color HEX #F434AB Persian Rose

📋 copy color: '#F434AB'

red 244 ◦ green 52 ◦ blue 171

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

Shades of Persian Rose #F434AB

Tints of Persian Rose #F434AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.13%

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

R = 52.25%
G = 11.13%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F434AB (or 0xF434AB) is known color: Persian Rose. HEX triplet: F4, 34 and AB. RGB value is (244,52,171). Sum of RGB (Red+Green+Blue) = 244+52+171=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F434AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F434AB is #0BCB54. Grayscale: #7A7A7A. Windows color (decimal): -772949 or 11220212. OLE color: 11220212.

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

Color convert

RGB 244 52 171 -
CMYK 0 0.79 0.30 0.04
HSL 322.81º 0.9% 0.58% -
HSV(B) 322.81º 0.79% 0.96% -
XYZ 45.89 24.63 40.86 -
YUV 122.97 155.11 214.32 -
System Red Green Blue C M Y K H S L
Decimal 244 52 171 0 0.79 0.30 0.04 322.81 0.9 0.58
Hex F4 34 AB 0 4F 1E 4 143 5A 3A
Octal 364 64 253 0 117 36 4 503 132 72
Binary 11110100 110100 10101011 0 1001111 11110 100 101000011 1011010 111010

Color Harmonies of #F434AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F434AB

Black with #F434AB

Text Example


Text Example

White with #F434AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F434AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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