Html Css Color HEX #F4269A Persian Rose

📋 copy color: '#F4269A'

red 244 ◦ green 38 ◦ blue 154

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

Shades of Persian Rose #F4269A

Tints of Persian Rose #F4269A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.72%

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 55.96%
G = 8.72%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F4269A (or 0xF4269A) is known color: Persian Rose. HEX triplet: F4, 26 and 9A. RGB value is (244,38,154). Sum of RGB (Red+Green+Blue) = 244+38+154=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F4269A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4269A is #0BD965. Grayscale: #707070. Windows color (decimal): -776550 or 10102516. OLE color: 10102516.

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

Color convert

RGB 244 38 154 -
CMYK 0 0.84 0.37 0.04
HSL 326.21º 0.9% 0.55% -
HSV(B) 326.21º 0.84% 0.96% -
XYZ 43.83 22.95 32.69 -
YUV 112.82 151.25 221.57 -
System Red Green Blue C M Y K H S L
Decimal 244 38 154 0 0.84 0.37 0.04 326.21 0.9 0.55
Hex F4 26 9A 0 54 25 4 146 5A 37
Octal 364 46 232 0 124 45 4 506 132 67
Binary 11110100 100110 10011010 0 1010100 100101 100 101000110 1011010 110111

Color Harmonies of #F4269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4269A

Black with #F4269A

Text Example


Text Example

White with #F4269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4269A; }

 p { color: rgb(244,38,154); }

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

background-color css

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

 a { background-color: rgb(244,38,154); }

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

border-color css

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

 span { border-color: rgb(244,38,154); }

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