Html Css Color HEX #F921A5 Persian Rose

📋 copy color: '#F921A5'

red 249 ◦ green 33 ◦ blue 165

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

Shades of Persian Rose #F921A5

Tints of Persian Rose #F921A5

RGB

 RED value IS 249 (97.66% from 255) = 55.7%

 GREEN value IS 33 (13.28% from 255) = 7.38%

 BLUE value IS 165 (64.84% from 255) = 36.91%

R = 55.7%
G = 7.38%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F921A5 (or 0xF921A5) is known color: Persian Rose. HEX triplet: F9, 21 and A5. RGB value is (249,33,165). Sum of RGB (Red+Green+Blue) = 249+33+165=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F921A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F921A5 is #06DE5A. Grayscale: #707070. Windows color (decimal): -450139 or 10822137. OLE color: 10822137.

HSL color Cylindrical-coordinate representation of color #F921A5: hue angle of 323.33º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F921A5 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 33 165 -
CMYK 0 0.87 0.34 0.02
HSL 323.33º 0.95% 0.55% -
HSV(B) 323.33º 0.87% 0.98% -
XYZ 46.4 23.94 37.77 -
YUV 112.63 157.56 225.27 -
System Red Green Blue C M Y K H S L
Decimal 249 33 165 0 0.87 0.34 0.02 323.33 0.95 0.55
Hex F9 21 A5 0 57 22 2 143 5F 37
Octal 371 41 245 0 127 42 2 503 137 67
Binary 11111001 100001 10100101 0 1010111 100010 10 101000011 1011111 110111

Color Harmonies of #F921A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F921A5

Black with #F921A5

Text Example


Text Example

White with #F921A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F921A5; }

 p { color: rgb(249,33,165); }

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

background-color css

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

 a { background-color: rgb(249,33,165); }

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

border-color css

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

 span { border-color: rgb(249,33,165); }

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