Html Css Color HEX #F434AF Persian Rose

📋 copy color: '#F434AF'

red 244 ◦ green 52 ◦ blue 175

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

Shades of Persian Rose #F434AF

Tints of Persian Rose #F434AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 51.8%
G = 11.04%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F434AF (or 0xF434AF) is known color: Persian Rose. HEX triplet: F4, 34 and AF. RGB value is (244,52,175). Sum of RGB (Red+Green+Blue) = 244+52+175=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F434AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F434AF is #0BCB50. Grayscale: #7B7B7B. Windows color (decimal): -772945 or 11482356. OLE color: 11482356.

HSL color Cylindrical-coordinate representation of color #F434AF: hue angle of 321.56º 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 #F434AF is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 52 175 -
CMYK 0 0.79 0.28 0.04
HSL 321.56º 0.9% 0.58% -
HSV(B) 321.56º 0.79% 0.96% -
XYZ 46.27 24.78 42.9 -
YUV 123.43 157.11 214 -
System Red Green Blue C M Y K H S L
Decimal 244 52 175 0 0.79 0.28 0.04 321.56 0.9 0.58
Hex F4 34 AF 0 4F 1C 4 142 5A 3A
Octal 364 64 257 0 117 34 4 502 132 72
Binary 11110100 110100 10101111 0 1001111 11100 100 101000010 1011010 111010

Color Harmonies of #F434AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F434AF

Black with #F434AF

Text Example


Text Example

White with #F434AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F434AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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