Html Css Color HEX #F440B3 Persian Rose

📋 copy color: '#F440B3'

red 244 ◦ green 64 ◦ blue 179

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

Shades of Persian Rose #F440B3

Tints of Persian Rose #F440B3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.14%

 BLUE value IS 179 (70.31% from 255) = 36.76%

R = 50.1%
G = 13.14%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F440B3 (or 0xF440B3) is known color: Persian Rose. HEX triplet: F4, 40 and B3. RGB value is (244,64,179). Sum of RGB (Red+Green+Blue) = 244+64+179=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F440B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440B3 is #0BBF4C. Grayscale: #828282. Windows color (decimal): -769869 or 11747572. OLE color: 11747572.

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

Color convert

RGB 244 64 179 -
CMYK 0 0.74 0.27 0.04
HSL 321.67º 0.89% 0.6% -
HSV(B) 321.67º 0.74% 0.96% -
XYZ 47.28 26.15 45.2 -
YUV 130.93 155.13 208.65 -
System Red Green Blue C M Y K H S L
Decimal 244 64 179 0 0.74 0.27 0.04 321.67 0.89 0.6
Hex F4 40 B3 0 4A 1B 4 142 59 3C
Octal 364 100 263 0 112 33 4 502 131 74
Binary 11110100 1000000 10110011 0 1001010 11011 100 101000010 1011001 111100

Color Harmonies of #F440B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440B3

Black with #F440B3

Text Example


Text Example

White with #F440B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440B3; }

 p { color: rgb(244,64,179); }

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

background-color css

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

 a { background-color: rgb(244,64,179); }

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

border-color css

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

 span { border-color: rgb(244,64,179); }

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