Html Css Color HEX #F430AF Persian Rose

📋 copy color: '#F430AF'

red 244 ◦ green 48 ◦ blue 175

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

Shades of Persian Rose #F430AF

Tints of Persian Rose #F430AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.28%

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

R = 52.25%
G = 10.28%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F430AF (or 0xF430AF) is known color: Persian Rose. HEX triplet: F4, 30 and AF. RGB value is (244,48,175). Sum of RGB (Red+Green+Blue) = 244+48+175=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F430AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F430AF is #0BCF50. Grayscale: #787878. Windows color (decimal): -773969 or 11481332. OLE color: 11481332.

HSL color Cylindrical-coordinate representation of color #F430AF: hue angle of 321.12º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F430AF is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 48 175 -
CMYK 0 0.80 0.28 0.04
HSL 321.12º 0.9% 0.57% -
HSV(B) 321.12º 0.8% 0.96% -
XYZ 46.1 24.44 42.85 -
YUV 121.08 158.43 215.67 -
System Red Green Blue C M Y K H S L
Decimal 244 48 175 0 0.80 0.28 0.04 321.12 0.9 0.57
Hex F4 30 AF 0 50 1C 4 141 5A 39
Octal 364 60 257 0 120 34 4 501 132 71
Binary 11110100 110000 10101111 0 1010000 11100 100 101000001 1011010 111001

Color Harmonies of #F430AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F430AF

Black with #F430AF

Text Example


Text Example

White with #F430AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F430AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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