Html Css Color HEX #F241AC Brilliant Rose

📋 copy color: '#F241AC'

red 242 ◦ green 65 ◦ blue 172

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

Shades of Brilliant Rose #F241AC

Tints of Brilliant Rose #F241AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 50.52%
G = 13.57%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F241AC (or 0xF241AC) is known color: Brilliant Rose. HEX triplet: F2, 41 and AC. RGB value is (242,65,172). Sum of RGB (Red+Green+Blue) = 242+65+172=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F241AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F241AC is #0DBE53. Grayscale: #818181. Windows color (decimal): -900692 or 11289074. OLE color: 11289074.

HSL color Cylindrical-coordinate representation of color #F241AC: hue angle of 323.73º 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 #F241AC is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 172 -
CMYK 0 0.73 0.29 0.05
HSL 323.73º 0.87% 0.6% -
HSV(B) 323.73º 0.73% 0.95% -
XYZ 45.95 25.64 41.56 -
YUV 130.12 151.64 207.8 -
System Red Green Blue C M Y K H S L
Decimal 242 65 172 0 0.73 0.29 0.05 323.73 0.87 0.6
Hex F2 41 AC 0 49 1D 5 144 57 3C
Octal 362 101 254 0 111 35 5 504 127 74
Binary 11110010 1000001 10101100 0 1001001 11101 101 101000100 1010111 111100

Color Harmonies of #F241AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241AC

Black with #F241AC

Text Example


Text Example

White with #F241AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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