Html Css Color HEX #F242B2 Brilliant Rose

📋 copy color: '#F242B2'

red 242 ◦ green 66 ◦ blue 178

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

Shades of Brilliant Rose #F242B2

Tints of Brilliant Rose #F242B2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.58%

 BLUE value IS 178 (69.92% from 255) = 36.63%

R = 49.79%
G = 13.58%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F242B2 (or 0xF242B2) is known color: Brilliant Rose. HEX triplet: F2, 42 and B2. RGB value is (242,66,178). Sum of RGB (Red+Green+Blue) = 242+66+178=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F242B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F242B2 is #0DBD4D. Grayscale: #838383. Windows color (decimal): -900430 or 11682546. OLE color: 11682546.

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

Color convert

RGB 242 66 178 -
CMYK 0 0.73 0.26 0.05
HSL 321.82º 0.87% 0.6% -
HSV(B) 321.82º 0.73% 0.95% -
XYZ 46.6 25.99 44.68 -
YUV 131.39 154.31 206.89 -
System Red Green Blue C M Y K H S L
Decimal 242 66 178 0 0.73 0.26 0.05 321.82 0.87 0.6
Hex F2 42 B2 0 49 1A 5 142 57 3C
Octal 362 102 262 0 111 32 5 502 127 74
Binary 11110010 1000010 10110010 0 1001001 11010 101 101000010 1010111 111100

Color Harmonies of #F242B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F242B2

Black with #F242B2

Text Example


Text Example

White with #F242B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F242B2; }

 p { color: rgb(242,66,178); }

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

background-color css

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

 a { background-color: rgb(242,66,178); }

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

border-color css

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

 span { border-color: rgb(242,66,178); }

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