Html Css Color HEX #F241AF Brilliant Rose

📋 copy color: '#F241AF'

red 242 ◦ green 65 ◦ blue 175

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

Shades of Brilliant Rose #F241AF

Tints of Brilliant Rose #F241AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 50.21%
G = 13.49%
B = 36.31%

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

#F241AF (or 0xF241AF) is known color: Brilliant Rose. HEX triplet: F2, 41 and AF. RGB value is (242,65,175). Sum of RGB (Red+Green+Blue) = 242+65+175=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F241AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F241AF is #0DBE50. Grayscale: #828282. Windows color (decimal): -900689 or 11485682. OLE color: 11485682.

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

Color convert

RGB 242 65 175 -
CMYK 0 0.73 0.28 0.05
HSL 322.71º 0.87% 0.6% -
HSV(B) 322.71º 0.73% 0.95% -
XYZ 46.25 25.75 43.09 -
YUV 130.46 153.14 207.56 -
System Red Green Blue C M Y K H S L
Decimal 242 65 175 0 0.73 0.28 0.05 322.71 0.87 0.6
Hex F2 41 AF 0 49 1C 5 143 57 3C
Octal 362 101 257 0 111 34 5 503 127 74
Binary 11110010 1000001 10101111 0 1001001 11100 101 101000011 1010111 111100

Color Harmonies of #F241AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241AF

Black with #F241AF

Text Example


Text Example

White with #F241AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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