Html Css Color HEX #F61EA4 Persian Rose

📋 copy color: '#F61EA4'

red 246 ◦ green 30 ◦ blue 164

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

Shades of Persian Rose #F61EA4

Tints of Persian Rose #F61EA4

RGB

 RED value IS 246 (96.48% from 255) = 55.91%

 GREEN value IS 30 (12.11% from 255) = 6.82%

 BLUE value IS 164 (64.45% from 255) = 37.27%

R = 55.91%
G = 6.82%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F61EA4 (or 0xF61EA4) is known color: Persian Rose. HEX triplet: F6, 1E and A4. RGB value is (246,30,164). Sum of RGB (Red+Green+Blue) = 246+30+164=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61EA4 is #09E15B. Grayscale: #6D6D6D. Windows color (decimal): -647516 or 10755830. OLE color: 10755830.

HSL color Cylindrical-coordinate representation of color #F61EA4: hue angle of 322.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61EA4 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 30 164 -
CMYK 0 0.88 0.33 0.04
HSL 322.78º 0.92% 0.54% -
HSV(B) 322.78º 0.88% 0.96% -
XYZ 45.17 23.2 37.22 -
YUV 109.86 158.56 225.1 -
System Red Green Blue C M Y K H S L
Decimal 246 30 164 0 0.88 0.33 0.04 322.78 0.92 0.54
Hex F6 1E A4 0 58 21 4 143 5C 36
Octal 366 36 244 0 130 41 4 503 134 66
Binary 11110110 11110 10100100 0 1011000 100001 100 101000011 1011100 110110

Color Harmonies of #F61EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61EA4

Black with #F61EA4

Text Example


Text Example

White with #F61EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61EA4; }

 p { color: rgb(246,30,164); }

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

background-color css

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

 a { background-color: rgb(246,30,164); }

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

border-color css

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

 span { border-color: rgb(246,30,164); }

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