Html Css Color HEX #F15CA2 Brilliant Rose

📋 copy color: '#F15CA2'

red 241 ◦ green 92 ◦ blue 162

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

Shades of Brilliant Rose #F15CA2

Tints of Brilliant Rose #F15CA2

RGB

 RED value IS 241 (94.53% from 255) = 48.69%

 GREEN value IS 92 (36.33% from 255) = 18.59%

 BLUE value IS 162 (63.67% from 255) = 32.73%

R = 48.69%
G = 18.59%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F15CA2 (or 0xF15CA2) is known color: Brilliant Rose. HEX triplet: F1, 5C and A2. RGB value is (241,92,162). Sum of RGB (Red+Green+Blue) = 241+92+162=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15CA2 is #0EA35D. Grayscale: #909090. Windows color (decimal): -959326 or 10640625. OLE color: 10640625.

HSL color Cylindrical-coordinate representation of color #F15CA2: hue angle of 331.81º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15CA2 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 92 162 -
CMYK 0 0.62 0.33 0.05
HSL 331.81º 0.84% 0.65% -
HSV(B) 331.81º 0.62% 0.95% -
XYZ 46.62 28.96 37.32 -
YUV 144.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 241 92 162 0 0.62 0.33 0.05 331.81 0.84 0.65
Hex F1 5C A2 0 3E 21 5 14C 54 41
Octal 361 134 242 0 76 41 5 514 124 101
Binary 11110001 1011100 10100010 0 111110 100001 101 101001100 1010100 1000001

Color Harmonies of #F15CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CA2

Black with #F15CA2

Text Example


Text Example

White with #F15CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CA2; }

 p { color: rgb(241,92,162); }

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

background-color css

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

 a { background-color: rgb(241,92,162); }

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

border-color css

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

 span { border-color: rgb(241,92,162); }

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