Html Css Color HEX #F35EA1 Brilliant Rose

📋 copy color: '#F35EA1'

red 243 ◦ green 94 ◦ blue 161

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

Shades of Brilliant Rose #F35EA1

Tints of Brilliant Rose #F35EA1

RGB

 RED value IS 243 (95.31% from 255) = 48.8%

 GREEN value IS 94 (37.11% from 255) = 18.88%

 BLUE value IS 161 (63.28% from 255) = 32.33%

R = 48.8%
G = 18.88%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F35EA1 (or 0xF35EA1) is known color: Brilliant Rose. HEX triplet: F3, 5E and A1. RGB value is (243,94,161). Sum of RGB (Red+Green+Blue) = 243+94+161=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35EA1 is #0CA15E. Grayscale: #929292. Windows color (decimal): -827743 or 10575603. OLE color: 10575603.

HSL color Cylindrical-coordinate representation of color #F35EA1: hue angle of 333.02º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35EA1 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 94 161 -
CMYK 0 0.61 0.34 0.05
HSL 333.02º 0.86% 0.66% -
HSV(B) 333.02º 0.61% 0.95% -
XYZ 47.4 29.63 36.94 -
YUV 146.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 243 94 161 0 0.61 0.34 0.05 333.02 0.86 0.66
Hex F3 5E A1 0 3D 22 5 14D 56 42
Octal 363 136 241 0 75 42 5 515 126 102
Binary 11110011 1011110 10100001 0 111101 100010 101 101001101 1010110 1000010

Color Harmonies of #F35EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35EA1

Black with #F35EA1

Text Example


Text Example

White with #F35EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35EA1; }

 p { color: rgb(243,94,161); }

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

background-color css

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

 a { background-color: rgb(243,94,161); }

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

border-color css

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

 span { border-color: rgb(243,94,161); }

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