Html Css Color HEX #F241AE Brilliant Rose

📋 copy color: '#F241AE'

red 242 ◦ green 65 ◦ blue 174

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

Shades of Brilliant Rose #F241AE

Tints of Brilliant Rose #F241AE

RGB

 RED value IS 242 (94.92% from 255) = 50.31%

 GREEN value IS 65 (25.78% from 255) = 13.51%

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 50.31%
G = 13.51%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F241AE (or 0xF241AE) is known color: Brilliant Rose. HEX triplet: F2, 41 and AE. RGB value is (242,65,174). Sum of RGB (Red+Green+Blue) = 242+65+174=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F241AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F241AE is #0DBE51. Grayscale: #828282. Windows color (decimal): -900690 or 11420146. OLE color: 11420146.

HSL color Cylindrical-coordinate representation of color #F241AE: hue angle of 323.05º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F241AE is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 174 -
CMYK 0 0.73 0.28 0.05
HSL 323.05º 0.87% 0.6% -
HSV(B) 323.05º 0.73% 0.95% -
XYZ 46.15 25.71 42.58 -
YUV 130.35 152.64 207.64 -
System Red Green Blue C M Y K H S L
Decimal 242 65 174 0 0.73 0.28 0.05 323.05 0.87 0.6
Hex F2 41 AE 0 49 1C 5 143 57 3C
Octal 362 101 256 0 111 34 5 503 127 74
Binary 11110010 1000001 10101110 0 1001001 11100 101 101000011 1010111 111100

Color Harmonies of #F241AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241AE

Black with #F241AE

Text Example


Text Example

White with #F241AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241AE; }

 p { color: rgb(242,65,174); }

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

background-color css

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

 a { background-color: rgb(242,65,174); }

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

border-color css

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

 span { border-color: rgb(242,65,174); }

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