Html Css Color HEX #F250B2 Brilliant Rose

📋 copy color: '#F250B2'

red 242 ◦ green 80 ◦ blue 178

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

Shades of Brilliant Rose #F250B2

Tints of Brilliant Rose #F250B2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16%

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

R = 48.4%
G = 16%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F250B2 (or 0xF250B2) is known color: Brilliant Rose. HEX triplet: F2, 50 and B2. RGB value is (242,80,178). Sum of RGB (Red+Green+Blue) = 242+80+178=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F250B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F250B2 is #0DAF4D. Grayscale: #8B8B8B. Windows color (decimal): -896846 or 11686130. OLE color: 11686130.

HSL color Cylindrical-coordinate representation of color #F250B2: hue angle of 323.7º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F250B2 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 178 -
CMYK 0 0.67 0.26 0.05
HSL 323.7º 0.86% 0.63% -
HSV(B) 323.7º 0.67% 0.95% -
XYZ 47.52 27.83 44.99 -
YUV 139.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 242 80 178 0 0.67 0.26 0.05 323.7 0.86 0.63
Hex F2 50 B2 0 43 1A 5 144 56 3F
Octal 362 120 262 0 103 32 5 504 126 77
Binary 11110010 1010000 10110010 0 1000011 11010 101 101000100 1010110 111111

Color Harmonies of #F250B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F250B2

Black with #F250B2

Text Example


Text Example

White with #F250B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F250B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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